diff options
author | awy <awy@awy.one> | 2024-11-29 01:47:29 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-29 01:47:29 +0300 |
commit | 107a884c5e38d0037f275ddf3677124c26eb75b6 (patch) | |
tree | 7b0cf05fd35982c29179b86669be2ef61a571be3 /.local | |
parent | 6e258ad4e6290e623a63ba9801fe23216a0ac2a3 (diff) |
s
Diffstat (limited to '.local')
-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}" |