remove logcheck, for too many deps

This commit is contained in:
Gero Müller 2016-03-15 22:10:02 +01:00
parent 553bdc3dfe
commit 70e073a705
1 changed files with 1 additions and 1 deletions

View File

@ -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
}