From 90792e34f852e0e46e386915eba5aaee8f5583f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gero=20M=C3=BCller?= Date: Mon, 12 Jun 2017 10:45:18 +1000 Subject: [PATCH] fixes --- stretch-vm.sh | 10 ++++------ systembackup | 25 ++++++++++--------------- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/stretch-vm.sh b/stretch-vm.sh index e25394e..2032292 100644 --- a/stretch-vm.sh +++ b/stretch-vm.sh @@ -7,13 +7,14 @@ set -e cat > /etc/apt/sources.list < /etc/motd - -echo "Install system and security utils." -apt install -y systemd-cron apticron logwatch unattended-upgrades - apt install -y ssmtp ( exec ne /etc/ssmtp/* ) @@ -56,6 +53,7 @@ for i in {4..6}; do systemctl disable getty@tty$i.service done +echo "setup systembackup" wget -q -O /usr/local/sbin/systembackup https://code.camijo.de/gmueller/server-scripts/raw/master/systembackup if [ ! -f /etc/systembackup.conf ] then cat >>/etc/systembackup.conf <