mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Possible work around for issue #1315
This commit is contained in:
parent
4beda4f1c2
commit
586c90925d
2 changed files with 2 additions and 3 deletions
|
|
@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`.
|
|||
|
||||
h4. via `curl`
|
||||
|
||||
@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@
|
||||
@curl -L -O https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@
|
||||
|
||||
h4. via `wget`
|
||||
|
||||
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
|
||||
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@
|
||||
|
||||
h3. The manual way
|
||||
|
||||
|
|
|
|||
|
|
@ -36,4 +36,3 @@ echo "\033[0;32m"' /____/ '"\033[0m
|
|||
|
||||
echo "\n\n \033[0;32m....is now installed.\033[0m"
|
||||
/usr/bin/env zsh
|
||||
source ~/.zshrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue