added syslog-ng to scripts
This commit is contained in:
2
debian/debian-essentials-remote.sh
vendored
2
debian/debian-essentials-remote.sh
vendored
@@ -65,7 +65,7 @@ if [[ -f /dev/.lxc-boot-id ]]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# download and install packages
|
# 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
|
# add akanealw user if not existing
|
||||||
isInFile=$(cat /etc/passwd | grep -c "akanealw")
|
isInFile=$(cat /etc/passwd | grep -c "akanealw")
|
||||||
|
|||||||
2
debian/debian-essentials-scott.sh
vendored
2
debian/debian-essentials-scott.sh
vendored
@@ -59,7 +59,7 @@ if [[ -f /dev/.lxc-boot-id ]]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# download and install packages
|
# 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
|
# add wettsten user if not existing
|
||||||
isInFile=$(cat /etc/passwd | grep -c "wettsten")
|
isInFile=$(cat /etc/passwd | grep -c "wettsten")
|
||||||
|
|||||||
2
debian/debian-essentials.sh
vendored
2
debian/debian-essentials.sh
vendored
@@ -73,7 +73,7 @@ if [[ -f /dev/.lxc-boot-id ]]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# download and install packages
|
# 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
|
# add akanealw user if not existing
|
||||||
isInFile=$(cat /etc/passwd | grep -c "akanealw")
|
isInFile=$(cat /etc/passwd | grep -c "akanealw")
|
||||||
|
|||||||
Reference in New Issue
Block a user