mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
chore(deps): remove unused system packages
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user