Update install.sh

Update git protocol fatal error

```
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
```
This commit is contained in:
jeonhobeom
2022-03-16 14:18:12 +09:00
committed by GitHub
parent f67aafdf32
commit 81a2427a4c

View File

@@ -24,7 +24,7 @@ elif [ -d ~/.oh-my-zsh ]; then
export ZSH="$HOME/.config/ezsh/oh-my-zsh" export ZSH="$HOME/.config/ezsh/oh-my-zsh"
mv ~/.oh-my-zsh ~/.config/ezsh/oh-my-zsh mv ~/.oh-my-zsh ~/.config/ezsh/oh-my-zsh
else else
git clone --depth=1 git://github.com/robbyrussell/oh-my-zsh.git ~/.config/ezsh/oh-my-zsh git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git ~/.config/ezsh/oh-my-zsh
fi fi