Skip to content

Commit

Permalink
Update auto-update-cron.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Sep 6, 2024
1 parent 1080ce6 commit 3606863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-update-cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3606863

Please sign in to comment.