diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-07-08 13:42:12 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-07-08 13:42:12 +0000 |
| commit | 2a4b3c6f21a92fe0f7f01c466ab37e795c399d03 (patch) | |
| tree | e7c331004fbf89e139731360efb13eafc1ec04db /.local/bin/statusbar/checkupdates | |
| parent | dc8250ac7c2a2da15c34c354fa7d83a0dfed00e0 (diff) | |
Update statusbar scripts
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 |
