Merge remote-tracking branch 'upstream/master'

This commit is contained in:
linsilence 2019-07-27 19:43:35 +08:00
commit 0cae5f5a57
5 changed files with 3 additions and 28 deletions

View file

@ -186,8 +186,7 @@ flag `--unattended` to the `install.sh` script. This will have the effect of not
the default shell, and also won't run `zsh` when the installation has finished.
```shell
curl -Lo install.sh https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
sh install.sh --unattended
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" "" --unattended
```
#### Installing from a forked repository