From 60e61287543dfbbff58bd1ef79d627cf3ca5113d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 24 Sep 2021 09:50:24 -0400 Subject: no ping and other tweaks --- .local/bin/cron/checkup | 2 -- 1 file changed, 2 deletions(-) (limited to '.local/bin/cron/checkup') diff --git a/.local/bin/cron/checkup b/.local/bin/cron/checkup index 4cfb856..bd3c634 100755 --- a/.local/bin/cron/checkup +++ b/.local/bin/cron/checkup @@ -2,8 +2,6 @@ # Syncs repositories and downloads updates, meant to be run as a cronjob. -ping -q -c 1 example.org > /dev/null || exit - notify-send "📦 Repository Sync" "Checking for package updates..." sudo pacman -Syyuw --noconfirm || notify-send "Error downloading updates. -- cgit v1.3.1