From f64c7b5ab95f64be78ea065758e5eee64f025db8 Mon Sep 17 00:00:00 2001 From: Thomas de Roo Date: Thu, 21 Sep 2023 16:56:37 +0200 Subject: [PATCH] nog stiller --- DebianTweaks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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