Browse code

Change URL to https since most corporate environments block git port.

Arthur Kalmenson authored on 18/04/2011 at 11:50:14
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@ then
5 5
 fi
6 6
 
7 7
 echo "Cloning Oh My Zsh..."
8
-/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
8
+/usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
9 9
 
10 10
 echo "Looking for an existing zsh config..."
11 11
 if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]