mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-01 00:07:52 +10:00
Run local scripts first before using from github
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@
|
||||
if command -v pacman </dev/null; then
|
||||
echo "Cannot proceed: Not a arch based system"
|
||||
echo "This script does not have debian support"
|
||||
exit
|
||||
echo "+ sleep 10" && sleep 10
|
||||
exit 1
|
||||
fi
|
||||
sudo pacman -S --needed --noconfirm git curl wget python3 python-pip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user