diff options
Diffstat (limited to '.local/bin/statusbar/checkupdates')
| -rwxr-xr-x | .local/bin/statusbar/checkupdates | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/statusbar/checkupdates b/.local/bin/statusbar/checkupdates index dfcec84..609a762 100755 --- a/.local/bin/statusbar/checkupdates +++ b/.local/bin/statusbar/checkupdates @@ -12,6 +12,7 @@ case $ARG in else notify-send "Available updates" "No available updates" fi;; + 3) doas /usr/bin/pacman -Sy;; esac [ -z "${updates}" ] && exit |
