mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Merge 2035591e02 into d3b9520501
This commit is contained in:
commit
89450c3c66
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ then
|
|||
else
|
||||
echo "[Oh My Zsh] Would you like to check for updates? [Y/n]: \c"
|
||||
read line
|
||||
if [ "$line" = Y ] || [ "$line" = y ] || [ -z "$line" ]; then
|
||||
if [[ "$line" = [Yy]* ]] || [ -z "$line" ]; then
|
||||
_upgrade_zsh
|
||||
else
|
||||
_update_zsh_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue