mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Add missing fi
This commit is contained in:
parent
ce6cdc3548
commit
80df8a3634
|
@ -15,6 +15,7 @@ then
|
||||||
else
|
else
|
||||||
echo "$HOME/.dotfiles couldn't be 'git pull'ed, check your connection to internet or run tools/reinstall.sh"
|
echo "$HOME/.dotfiles couldn't be 'git pull'ed, check your connection to internet or run tools/reinstall.sh"
|
||||||
exit 1
|
exit 1
|
||||||
|
fi
|
||||||
sh tools/relink.sh
|
sh tools/relink.sh
|
||||||
echo "2) ${GREEN}Upgrading oh-my-zsh$CLEAR_COLOR"
|
echo "2) ${GREEN}Upgrading oh-my-zsh$CLEAR_COLOR"
|
||||||
zsh -c "source $ZSH/oh-my-zsh.sh && omz update" > /dev/null
|
zsh -c "source $ZSH/oh-my-zsh.sh && omz update" > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue