added syslog-ng to scripts

This commit is contained in:
2025-10-10 00:20:17 +00:00
parent 9e99328143
commit 55fec5ba1b
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ if [[ -f /dev/.lxc-boot-id ]]
fi
# download and install packages
apt-get install -y bind9-dnsutils restic hstr htop ncdu pwgen lsb-release cron sudo nano curl wget zip unzip git rsync man-db cifs-utils nfs-common parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion
apt-get install -y syslog-ng bind9-dnsutils restic hstr htop ncdu pwgen lsb-release cron sudo nano curl wget zip unzip git rsync man-db cifs-utils nfs-common parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion
# add akanealw user if not existing
isInFile=$(cat /etc/passwd | grep -c "akanealw")