david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-03 22:23:26 +02:00
parent c52dc6f56a
commit abdfd4d0f3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ installmyzsh()
if [ -d ~/.myzsh ]; then if [ -d ~/.myzsh ]; then
echo "[myzsh]: it seems i have already been setup." echo "[myzsh]: it seems i have already been setup."
read -p "[myzsh]: should i cleanup and reinstall? [y/n]" choice read -p "[myzsh]: should i cleanup and reinstall? [y/n]" choice
if [ $choice = "y" ]; then if [ $choice == "y" ]; then
installdeps installdeps
installmyzsh installmyzsh
else else