mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Cleaned up aur updates script
This commit is contained in:
parent
6b02a73f17
commit
22f331b8ff
@ -1,8 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if ! updates=$(yay -Qum 2> /dev/null | wc -l); then
|
||||
updates=0
|
||||
fi
|
||||
updates=$(yay -Qum | wc -l)
|
||||
|
||||
if [ "$updates" -eq 1 ]; then
|
||||
echo "$updates update"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user