mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
Revert usage of install.ohmyz.sh URL, until HTTPS support.
This reverts commit b6cbba9dfe
.
This commit is contained in:
parent
223197b4e0
commit
152a751342
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ You can install this via the command-line with either @curl@ or @wget@.
|
||||||
|
|
||||||
h4. via @curl@:
|
h4. via @curl@:
|
||||||
|
|
||||||
@curl -L http://install.ohmyz.sh | sh@
|
@curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@
|
||||||
|
|
||||||
h4. via @wget@:
|
h4. via @wget@:
|
||||||
|
|
||||||
@wget --no-check-certificate http://install.ohmyz.sh -O - | sh@
|
@wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@
|
||||||
|
|
||||||
h4. *Optionally*, change the install directory:
|
h4. *Optionally*, change the install directory:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue