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 21, 2024
1 parent 89ac9f2 commit 2078d4f
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,8 +13,8 @@ if [ ! -f /usr/bin/sd-updater ]; then
# Install dependency
apt update && apt install -y wget
else
sleep 5m
echo "/usr/bin/sd-updater already exists, checking for update."
sleep 5m
wget -q -O /usr/bin/sd-updater-tmp https://raw.githubusercontent.com/0mniteck/Signal-Desktop-Mobian/master/auto-update-cron.sh
new_sdu_version=$(sed -n '3p' /usr/bin/sd-updater-tmp)
sdu_version=$(sed -n '3p' /usr/bin/sd-updater)
Expand Down

0 comments on commit 2078d4f

Please sign in to comment.