update installer

This commit is contained in:
lelgenio 2019-12-26 11:49:25 -03:00
parent 83c289a10b
commit d674e5815e
1 changed files with 2 additions and 1 deletions

View File

@ -800,7 +800,8 @@ update_installer(){
wget -qO $INSTALLER $DOTFILES_URL/raw/master/arch_install
chmod +x $INSTALLER
exec $INSTALLER updated $@ | tee arch_install.log
$INSTALLER updated $@ | tee arch_install.log
exit
}
[ "$1" == "updated" ] && shift || update_installer $@