david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-03 22:25:57 +02:00
parent 84711236b3
commit d55d311341
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ installmyzsh()
while [ $choice != "y" ] && [ $choice != "n" ]; do
echo ""
read -p "[myzsh]: should i clone myzsh writeable? [y/n]" choice
if [ $choice = "y" ]; then
if [ $choice == "y" ]; then
git clone git@socialg.it:david/myzsh.git ~/.myzsh
else
git clone https://socialg.it/david/myzsh.git ~/.myzsh