Commit e2325053 authored by Bruno Pinto's avatar Bruno Pinto

Merge pull request #78 from liquid/installer-tool-fix

parents 1a6870b3 9f24041e
...@@ -7,7 +7,7 @@ then ...@@ -7,7 +7,7 @@ then
fi fi
echo -e "\033[0;34mCloning Oh My Fish...\033[0m" 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" echo -e "git not installed"
exit exit
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment