more basic tools

This commit is contained in:
Justin 2025-02-28 08:53:57 +01:00
parent d0aa341ddf
commit 42be50dca0

View File

@ -124,7 +124,9 @@ install_nodejs() {
setup_basic_system() { setup_basic_system() {
if get_user_confirmation "Basic tools und Firewall installieren?"; then if get_user_confirmation "Basic tools und Firewall installieren?"; then
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 \
curl wget tree ncdu
# Configure UFW # Configure UFW
ufw allow ssh ufw allow ssh