From a82efa3b8e357cab38c254d219ffb691676ea106 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Fri, 30 Aug 2019 21:19:44 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index d842349..af9b6e5 100644 --- a/installer.sh +++ b/installer.sh @@ -1,2 +1,11 @@ +##-------------## +# Pre-Config # +##-------------## apt update -apt install unattended-upgrades -y \ No newline at end of file +apt install unattended-upgrades -y + +##----------## +# Config # +##----------## +wget https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/config/20auto-upgrades -O /etc/apt/apt.conf.d/50unattended-upgrades +wget https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/config/50unattended-upgrades -O /etc/apt/apt.conf.d/20auto-upgrades \ No newline at end of file