From b232e2077b90408b0708064a6cbd26a7276e609d Mon Sep 17 00:00:00 2001 From: JGill Date: Sun, 24 Apr 2022 14:11:04 +0530 Subject: [PATCH] Pushing master into develop --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 525c698..b73fa99 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ elif [ -d ~/.oh-my-zsh ]; then export ZSH="$HOME/.config/ezsh/oh-my-zsh" mv ~/.oh-my-zsh ~/.config/ezsh/oh-my-zsh else - git clone --depth=1 git://github.com/robbyrussell/oh-my-zsh.git ~/.config/ezsh/oh-my-zsh + git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git ~/.config/ezsh/oh-my-zsh fi