From 3c18602a0072d1b5408862d5efa79227bf912b39 Mon Sep 17 00:00:00 2001 From: Justin Rost Date: Fri, 28 Feb 2025 09:00:08 +0100 Subject: [PATCH] gcc g++ --- Init-Server.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Init-Server.sh b/Init-Server.sh index 93ff2ab..f8ce314 100644 --- a/Init-Server.sh +++ b/Init-Server.sh @@ -137,7 +137,8 @@ setup_basic_system() { log_info "Installiere basic tools und UFW..." apt install -y htop zip unzip ufw \ screen vim nano git \ - curl wget tree ncdu + curl wget tree ncdu \ + gcc g++ build-essential # Configure UFW ufw allow ssh