ping example.org instead of cloudflare's 1.1.1.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Syncs repositories and downloads updates, meant to be run as a cronjob.
|
||||
|
||||
ping -q -c 1 1.1.1.1 > /dev/null || exit
|
||||
ping -q -c example.org > /dev/null || exit
|
||||
|
||||
notify-send "📦 Repository Sync" "Checking for package updates..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user