This commit is contained in:
lelgenio 2019-12-26 11:34:45 -03:00
parent 86b848c516
commit 02b0c533a6
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ update_installer(){
INSTALLER=$(mktemp)
wget -qO $INSTALLER $DOTFILES_URL/raw/master/arch_install
chmod +x $INSTALLER
exec $INSTALLER updated $@
exec $INSTALLER updated $@ | tee install.log
}
[ "$1" == "updated" ] && shift || update_installer $@
echo "Installer updated :D"