diff --git a/DebianTweaks.sh b/DebianTweaks.sh index e4a1e9d..c6bcae5 100755 --- a/DebianTweaks.sh +++ b/DebianTweaks.sh @@ -21,7 +21,7 @@ figlet "$(hostname)">/etc/motd echo "--------------------" echo Apt Updates -curl https://git.de-roo.org/DEROO/apt-update/raw/branch/main/apt-update.sh -o /usr/local/bin/apt-update.sh +curl -s https://git.de-roo.org/DEROO/apt-update/raw/branch/main/apt-update.sh -o /usr/local/bin/apt-update.sh chmod a+x /usr/local/bin/apt-update.sh echo 0 0 * * * root /usr/local/bin/apt-update.sh >> /etc/crontab