fix the installation script

This commit is contained in:
Sameer Rahmani 2022-09-05 16:03:24 +01:00
parent f2beee61f4
commit 7e617143c1
1 changed files with 1 additions and 1 deletions

View File

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