Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.sh crashes while changing shell #4274

Closed
na-sa-do opened this issue Aug 23, 2015 · 2 comments
Closed

install.sh crashes while changing shell #4274

na-sa-do opened this issue Aug 23, 2015 · 2 comments

Comments

@na-sa-do
Copy link

I have a Raspberry Pi and thought I'd give this a try. The install script crashes at "Time to change your default shell to zsh!" with "Password: chsh: PAM: Authentication failure".

@apjanke
Copy link
Contributor

apjanke commented Aug 24, 2015

Sounds similar to #3516.

What method did you use to install it? Did you do sh -c "$(curl -fsSL https://.../install.sh)" (as described in the README in the repo) or curl -L https://.../install.sh | sh (as described on http://ohmyz.sh)? The first one is what you need to use. The second one can run in to the error you had on systems where chsh reads from stdin instead something like /dev/tty.

@na-sa-do
Copy link
Author

I used the one from the website. Thankfully, that's the last step and everything else worked fine. The website should probably be corrected, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants