mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
fixed autoupdate
This commit is contained in:
parent
784c56cd09
commit
626fa5b1d8
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# update the zsh file
|
# update the zsh file
|
||||||
_update_zsh_update
|
_update_zsh_update
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
# create the zsh file
|
||||||
|
_update_zsh_update
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue