mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-04 00:08:25 +10:00
Fix zsh install
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ for selection in $CHOICE; do
|
|||||||
echo "Found local script, running..."
|
echo "Found local script, running..."
|
||||||
bash zsh.sh --skip-watermark
|
bash zsh.sh --skip-watermark
|
||||||
else
|
else
|
||||||
bash "$(curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/zsh.sh)" --skip-watermark
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/zsh.sh)" --skip-watermark
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
"2")
|
"2")
|
||||||
|
|||||||
Reference in New Issue
Block a user