Skip to content

Commit

Permalink
Merge pull request spf13#65 from syst3mw0rm/patch-1
Browse files Browse the repository at this point in the history
git clone using http:// rather than git://, for people behind firewall
  • Loading branch information
spf13 committed Mar 15, 2012
2 parents 811fe4a + c9b1e37 commit bd69784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for i in $HOME/.vim $HOME/.vimrc $HOME/.gvimrc; do [ -e $i ] && mv $i $i.$today;


echo "cloning spf13-vim\n"
git clone --recursive -b 3.0 git://github.com/spf13/spf13-vim.git $endpath
git clone --recursive -b 3.0 http://github.com/spf13/spf13-vim.git $endpath
mkdir -p $endpath/.vim/bundle
ln -s $endpath/.vimrc $HOME/.vimrc
ln -s $endpath/.vim $HOME/.vim
Expand Down

0 comments on commit bd69784

Please sign in to comment.