From 3606863dfbdcb64e47028e60e32070e1e17a52a0 Mon Sep 17 00:00:00 2001 From: Shant Tchatalbachian <10482171+0mniteck@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:25:49 -0700 Subject: [PATCH] Update auto-update-cron.sh --- auto-update-cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-update-cron.sh b/auto-update-cron.sh index 0c630a6..fe2d534 100644 --- a/auto-update-cron.sh +++ b/auto-update-cron.sh @@ -13,7 +13,7 @@ if [ ! -f /usr/bin/sd-updater ]; then apt update && apt install -y wget else echo "/usr/bin/sd-updater already exists, checking for update." - wget -q -O /usr/bin/sd-updater https://raw.githubusercontent.com/0mniteck/Signal-Desktop-Mobian/master/auto-update-cron.sh + # wget -q -O /usr/bin/sd-updater https://raw.githubusercontent.com/0mniteck/Signal-Desktop-Mobian/master/auto-update-cron.sh fi # Function to check for internet connectivity