From 7e617143c13a9d550fa735dda1828ef03e7cc0d4 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 5 Sep 2022 16:03:24 +0100 Subject: [PATCH] fix the installation script --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }