diff --git a/Brotli/Install-build-dependencies.sh b/Brotli/Install-build-dependencies.sh index 0f48158..28d859b 100644 --- a/Brotli/Install-build-dependencies.sh +++ b/Brotli/Install-build-dependencies.sh @@ -21,6 +21,8 @@ fi #downloading Brotli updater scrips wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Brotli/update-brotli.sh-O /opt/update-brotli.sh echo 3 * * * root /bin/bash /opt/update-brotli.sh +sed -i "\$a0 3 * * 1 root /bin/bash /opt/update-brotli.sh >/dev/null 2>&1" /etc/crontab + # setting webserver folder for package downloads mkdir -p /var/www/brotli-builds