diff --git a/jessie-server-common.sh b/jessie-server-common.sh index 40353af..1eb7f77 100644 --- a/jessie-server-common.sh +++ b/jessie-server-common.sh @@ -23,7 +23,7 @@ EOF figlet `hostname -f` > /etc/motd echo "Install system and security utils." - apt install -y systemd-cron apticron logcheck ssmtp + apt install -y systemd-cron apticron ssmtp }