Jump to content

Can't install zsh on 6.11.0


Go to solution Solved by cinereus,

Recommended Posts

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?

Link to comment
  • 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 by cinereus
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...