update installer

This commit is contained in:
lelgenio 2019-12-26 11:21:09 -03:00
parent 2c8acf78f9
commit d17b8c9959

View file

@ -772,12 +772,9 @@ update_installer(){
INSTALLER=$(mktemp)
wget -qO $INSTALLER $DOTFILES_URL/raw/master/arch_install
chmod +x $INSTALLER
echo "pre install $@"
exec $INSTALLER updated $@
}
echo "pre update $@"
[ "$1" == "updated" ] && shift || update_installer $@
echo "pos install $@"
echo "Installer updated :D"
#}}}
# Remove old LVMs{{{