Use public HTTPS when installing Oh My Fish

This commit is contained in:
Attila Györffy 2013-10-30 16:30:49 +00:00 committed by Bruno Pinto
parent 1a6870b311
commit 9f24041e34

View File

@ -7,7 +7,7 @@ then
fi
echo -e "\033[0;34mCloning Oh My Fish...\033[0m"
hash git >/dev/null && /usr/bin/env git clone git://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish || {
hash git >/dev/null && /usr/bin/env git clone https://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish || {
echo -e "git not installed"
exit
}