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

Fix missing quotes in oh-my-zsh install #18

Closed
wants to merge 2 commits into from

Conversation

chaichontat
Copy link
Contributor

The script currently launches a new shell after oh-my-zsh installation, which is not a typical unattended behavior. Compared to oh-my-zsh's documentation, this script is missing a "" before the --unattended flag. Adding "" resolves this issue.

deluan added a commit that referenced this pull request Sep 30, 2022
@deluan
Copy link
Owner

deluan commented Sep 30, 2022

Thanks @chaichontat , but I didn't get why you commented out the install_dependencies and as this was an important fix, I fixed it myself in a different commit. Thanks very much for figuring this out!

@chaichontat
Copy link
Contributor Author

Oof sorry, I forgot that I was still on the branch that I had submitted a PR for. I was running the script in a user without sudo access, that's why.

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

Successfully merging this pull request may close these issues.

None yet

2 participants