Fix zsh install

This commit is contained in:
alvinlollo
2026-01-25 23:09:34 +11:00
committed by GitHub
parent 9bc4082e02
commit 8042b7e47c
+1 -1
View File
@@ -110,7 +110,7 @@ for selection in $CHOICE; do
echo "Found local script, running..."
bash zsh.sh --skip-watermark
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
;;
"2")