From 28b575a9782586adfff895e36a39cefa496cde23 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sun, 25 Jan 2026 23:12:30 +1100 Subject: [PATCH] Fix pacman check --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8b8f656..dd366d9 100755 --- a/install.sh +++ b/install.sh @@ -138,7 +138,7 @@ for selection in $CHOICE; do "4") echo "Installing Pacman Packages..." # Check if pacman binary is installed - if command -v pacman /dev/null; then echo "Cannot proceed: pacman binary not found" exit 1 # exit with an error fi @@ -158,7 +158,7 @@ for selection in $CHOICE; do "5") echo "Installing Yay and Yay Packages..." # Check for pacman before installing yay - if command -v pacman /dev/null; then echo "Cannot proceed: Not a arch based system" exit 1 # Exit with an error fi