mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 13:48:16 +08:00
Use public HTTPS when installing Oh My Fish
This commit is contained in:
parent
1a6870b311
commit
9f24041e34
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user