mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Update curl install script
For me, the curl command doesn't get the redirect page's script The install script is here: https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh but the current curl command only returns "<a href="https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh">Moved Permanently</a>." for me. This edit works out.
This commit is contained in:
parent
1b7a3ea99a
commit
1b10525e14
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ You can install this via the command line with either @curl@ or @wget@.
|
|||
|
||||
h4. via @curl@
|
||||
|
||||
@curl -L http://install.ohmyz.sh | sh@
|
||||
@curl -L https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@
|
||||
|
||||
h4. via @wget@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue