diff --git a/scripts/install.sh b/scripts/install.sh index cd0737a..08ce298 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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 }