Repo urls have been fixed

This commit is contained in:
Sameer Rahmani 2020-01-07 21:45:57 +00:00
parent 0d931da021
commit 1843e2f2c2
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ for a lazy person like myself. :P
Use the following command to install **My.Zsh**:
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/lxsameer/My.Zsh/master/scripts/install.sh)"
sh -c "$(curl -fsSL https://gitlab.com/lxsameer/my.zsh/raw/master/scripts/install.sh)"
```
In order to update your copy just use `git pull` to get the latest changes.

View File

@ -60,7 +60,7 @@ main() {
fi
fi
env git clone --depth=1 https://github.com/lxsameer/My.Zsh.git $ZSH || {
env git clone --depth=1 https://gitlab.com/lxsameer/my.zsh.git $ZSH || {
printf "Error: git clone of My.Zsh repo failed\n"
exit 1
}