Commit 9f24041e authored by Attila Györffy's avatar Attila Györffy Committed by Bruno Pinto

Use public HTTPS when installing Oh My Fish

parent 1a6870b3
......@@ -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
}
......
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