You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using zsh as my default shell, on 0.9.4 the install.sh fails with a:
-e -n Should we CONTINUE?
install.sh: 44: read: Illegal option -n
install.sh: 45: install.sh: [[: not found
install.sh: 247: install.sh: Bad substitution
root@harv1:~/plot_manager# bash install.sh nas
Simply re-running it using bash install.sh nas fixes it.
The text was updated successfully, but these errors were encountered:
Thank you for pointing this out, I didn’t test with zsh but will update the install instructions to include this information! I will have to see if I can somehow auto detect which shell is in use.
Using zsh as my default shell, on 0.9.4 the
install.sh
fails with a:Simply re-running it using
bash install.sh nas
fixes it.The text was updated successfully, but these errors were encountered: