October 4, 20223 yr I used to install zsh by running the following script: # Install Oh My ZSH! HOME="/root" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended chsh -s $(which zsh) However when I run this now I get Zsh is not installed. Please install zsh first. And now I can't even open a terminal either through web gui or via ssh. I get -bash: exec: zsh: not found Connection to fileserver closed. Why isn't zsh installing like it used to?
October 4, 20223 yr 8 hours ago, cinereus said: And now I can't even open a terminal either through web gui or via ssh. Undo whatever changes / mods you're making via User Scripts or the go file and reboot.
October 4, 20223 yr Author Solution EDIT: Solved the issue. Removed exec zsh from .bash_profile using a userscript And the issue occurs because NerdPack is silently disabled even though release notes don't mention it no longer works and the plugin remains installed. Edited October 4, 20223 yr by cinereus
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.