gets rid of which: no pacman message in non arch distributions

This commit is contained in:
fishyW
2024-05-30 22:34:38 +10:00
parent 7212c9490f
commit 031316d313
+1 -1
View File
@@ -20,7 +20,7 @@ if ! which wget > /dev/null; then
exit 1
fi
if which pacman > /dev/null; then
if which pacman &> /dev/null; then
ARCH_SYSTEM=true
fi