mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
Fix pacman check
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user