diff --git a/debian/debian-essentials-remote.sh b/debian/debian-essentials-remote.sh index 4d180bf..4115bff 100755 --- a/debian/debian-essentials-remote.sh +++ b/debian/debian-essentials-remote.sh @@ -65,7 +65,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") diff --git a/debian/debian-essentials-scott.sh b/debian/debian-essentials-scott.sh index 9304d24..c275441 100755 --- a/debian/debian-essentials-scott.sh +++ b/debian/debian-essentials-scott.sh @@ -59,7 +59,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 wettsten user if not existing isInFile=$(cat /etc/passwd | grep -c "wettsten") diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 2b93dfb..3dc61ed 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -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")