mirror of https://github.com/ohmyzsh/ohmyzsh.git
fixed autoupdate
parent
784c56cd09
commit
626fa5b1d8
|
@ -25,10 +25,11 @@ then
|
||||||
if [ "$line" = Y ] || [ "$line" = y ]
|
if [ "$line" = Y ] || [ "$line" = y ]
|
||||||
then
|
then
|
||||||
/bin/sh $ZSH/tools/upgrade.sh
|
/bin/sh $ZSH/tools/upgrade.sh
|
||||||
|
# update the zsh file
|
||||||
|
_update_zsh_update
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
# create the zsh file
|
||||||
|
_update_zsh_update
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# update the zsh file
|
|
||||||
_update_zsh_update
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue