diff options
author | Arthur Kalmenson <arthur.kalm@gmail.com> | 2011-04-18 07:50:14 -0400 |
---|---|---|
committer | Arthur Kalmenson <arthur.kalm@gmail.com> | 2011-04-18 07:50:14 -0400 |
commit | 5f415c465a576a78d7e1577e472309fdd4c7621f (patch) | |
tree | 4939c5da86b0d22a3aee25f8988ca95c79f0a6bc /tools | |
parent | 1e2152fcf3103c3acbae49caa0f6184b55c7bb17 (diff) | |
download | zsh-5f415c465a576a78d7e1577e472309fdd4c7621f.tar.gz zsh-5f415c465a576a78d7e1577e472309fdd4c7621f.tar.bz2 zsh-5f415c465a576a78d7e1577e472309fdd4c7621f.zip |
Change URL to https since most corporate environments block git port.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index 2d5fde4c8..1b8c80f21 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -5,7 +5,7 @@ then fi echo "Cloning Oh My Zsh..." -/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh +/usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh echo "Looking for an existing zsh config..." if [ -f ~/.zshrc ] || [ -h ~/.zshrc ] |