mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
pacman -Qq outputs to stdout
This commit is contained in:
parent
50a442998b
commit
7e11892c47
@ -6,6 +6,6 @@
|
|||||||
# various other scripts for clarity's sake.
|
# various other scripts for clarity's sake.
|
||||||
|
|
||||||
for x in "$@";do
|
for x in "$@";do
|
||||||
pacman -Qq "$x" 2>/dev/null ||
|
pacman -Qq "$x" >/dev/null ||
|
||||||
{ notify-send "📦 $x" "must be installed for this function." && exit 1 ;}
|
{ notify-send "📦 $x" "must be installed for this function." && exit 1 ;}
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user