Fix pacman check

This commit is contained in:
alvinlollo
2026-01-25 23:12:59 +11:00
committed by GitHub
parent 28b575a978
commit 5f51b33eea
+1 -1
View File
@@ -1,5 +1,5 @@
# Install prerequisetes
if command -v pacman </dev/null; then
if command -v pacman >/dev/null; then
echo "Cannot proceed: Not a arch based system"
echo "This script does not have debian support"
echo "+ sleep 10" && sleep 10