This commit is contained in:
Justin 2025-02-28 09:00:08 +01:00
parent d84ac67ffc
commit 3c18602a00

View File

@ -137,7 +137,8 @@ setup_basic_system() {
log_info "Installiere basic tools und UFW..." 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 \ screen vim nano git \
curl wget tree ncdu curl wget tree ncdu \
gcc g++ build-essential
# Configure UFW # Configure UFW
ufw allow ssh ufw allow ssh