diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/cron/checkup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/cron/checkup b/.local/bin/cron/checkup index e51b4a1..387c04e 100755 --- a/.local/bin/cron/checkup +++ b/.local/bin/cron/checkup @@ -5,7 +5,7 @@ export DISPLAY=':0' notify-send "📦 Repository Sync" "Checking for package updates..." -doas pacman -Syyuw --noconfirm > /dev/null || notify-send "Error downloading updates. +doas pacman -Syyuw --noconfirm || notify-send "Error downloading updates. Check your internet connection, if pacman is already running, or run update manually to see errors." pkill -RTMIN+8 "${STATUSBAR:-i3blocks}" |