From 42be50dca06437e7692915df868d1cb968b31b09 Mon Sep 17 00:00:00 2001 From: Justin Rost Date: Fri, 28 Feb 2025 08:53:57 +0100 Subject: [PATCH] more basic tools --- Init-Server.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Init-Server.sh b/Init-Server.sh index 7db7d3f..70d9f7e 100644 --- a/Init-Server.sh +++ b/Init-Server.sh @@ -124,7 +124,9 @@ install_nodejs() { setup_basic_system() { if get_user_confirmation "Basic tools und Firewall installieren?"; then log_info "Installiere basic tools und UFW..." - apt install -y htop zip unzip ufw + apt install -y htop zip unzip ufw \ + screen vim nano git \ + curl wget tree ncdu # Configure UFW ufw allow ssh