Add missing fi

This commit is contained in:
Ivan Bushchik 2022-07-09 17:46:55 +03:00
parent ce6cdc3548
commit 80df8a3634
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -15,6 +15,7 @@ then
else
echo "$HOME/.dotfiles couldn't be 'git pull'ed, check your connection to internet or run tools/reinstall.sh"
exit 1
fi
sh tools/relink.sh
echo "2) ${GREEN}Upgrading oh-my-zsh$CLEAR_COLOR"
zsh -c "source $ZSH/oh-my-zsh.sh && omz update" > /dev/null