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