We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When trying to install Oh My Zsh, I got this error in Terminal:
sh: -c: line 0: syntax error near unexpected token newline' sh: -c: line 0: <!DOCTYPE html>'
sh: -c: line 0: syntax error near unexpected token
<!DOCTYPE html>'
Page URL Provide the URL of the page for the issue
Expected behavior I expected Oh My Zsh to be installed
Desktop (please complete the following information):
Additional context I found the Oh My Zsh website and I was able to get it installed with the command they listed there:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When trying to install Oh My Zsh, I got this error in Terminal:
sh: -c: line 0: syntax error near unexpected token
newline'sh: -c: line 0:
<!DOCTYPE html>'
Page URL
Provide the URL of the page for the issue
Expected behavior
I expected Oh My Zsh to be installed
Desktop (please complete the following information):
Additional context
I found the Oh My Zsh website and I was able to get it installed with the command they listed there:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
The text was updated successfully, but these errors were encountered: