diff options
author | awy <awy@awy.one> | 2024-11-29 00:40:20 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-29 00:40:20 +0300 |
commit | 29e330a5dae6515103704b4523fb50f0f1a87ffc (patch) | |
tree | 10031513213bb5fc759616fa3f4586c70c461990 /.local/bin/cron/checkup | |
parent | 90f55638ecefc396848f73b2820b5699b59fe027 (diff) |
checkup
Diffstat (limited to '.local/bin/cron/checkup')
-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 387c04e..e51b4a1 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 || notify-send "Error downloading updates. +doas pacman -Syyuw --noconfirm > /dev/null || 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}" |