From 5f3a9efed36dbcb8052c451e42404e3165d918a1 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 3 Sep 2019 14:18:17 +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 07b2740..57dd823 100644 --- a/installer.sh +++ b/installer.sh @@ -11,5 +11,5 @@ 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 +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