chore(deps): remove unused system packages

This commit is contained in:
Yury Kossakovsky
2025-12-12 14:03:49 -07:00
parent 81b8eb3352
commit 5fd292c506

View File

@@ -29,9 +29,9 @@ apt update -y && apt upgrade -y
log_subheader "Installing Utilities"
log_info "Installing standard CLI tools..."
apt install -y \
htop git curl make unzip ufw fail2ban python3 psmisc whiptail \
git curl make ufw fail2ban python3 psmisc whiptail \
build-essential ca-certificates gnupg lsb-release openssl \
debian-keyring debian-archive-keyring apt-transport-https python3-pip python3-dotenv python3-yaml
apt-transport-https python3-dotenv python3-yaml
# Configuring Firewall (UFW)
log_subheader "Firewall (UFW)"