From c8c8b8757340d6696e69744276b0bea96758089c Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 5 Sep 2019 09:42:33 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 57dd823..f1d915b 100644 --- a/installer.sh +++ b/installer.sh @@ -11,5 +11,5 @@ apt install unattended-upgrades -y ##----------## # Config # ##----------## -wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/config/20auto-upgrades -O /etc/apt/apt.conf.d/20auto-upgrades -wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/config/50unattended-upgrades -O /etc/apt/apt.conf.d/50unattended-upgrades \ No newline at end of file +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/config/Ubuntu_20auto-upgrades -O /etc/apt/apt.conf.d/20auto-upgrades +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/config/Ubuntu_50unattended-upgrades -O /etc/apt/apt.conf.d/50unattended-upgrades \ No newline at end of file