From 1ca7338596d10c8ff44b117e91e842dd6275a0ff Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 2 Jul 2020 15:35:15 -0400 Subject: ping example.org instead of cloudflare's 1.1.1.1 --- .local/bin/cron/checkup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/cron/checkup') diff --git a/.local/bin/cron/checkup b/.local/bin/cron/checkup index 34ed61e..bf7f85d 100755 --- a/.local/bin/cron/checkup +++ b/.local/bin/cron/checkup @@ -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..." -- cgit v1.3.1