commit 107a884c5e38d0037f275ddf3677124c26eb75b6
parent 6e258ad4e6290e623a63ba9801fe23216a0ac2a3
Author: awy <awy@awy.one>
Date: Fri, 29 Nov 2024 01:47:29 +0300
s
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}"