diff --git a/README.md b/README.md index 3aafb50..ac34f67 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/install.sh b/scripts/install.sh index 0a40603..cd0737a 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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 }