add progressbar on script update

This commit is contained in:
Tobias Powalowski 2023-08-03 19:43:18 +02:00
parent 6c4aa1c7a0
commit 56af3b3538

View file

@ -42,7 +42,8 @@ if [[ -n "${_D_SCRIPTS}" ]]; then
_update_installer_check
_network_check
touch /.update
_download_latest
_TITLE="Archboot $(uname -m) | Basic Setup | Download GIT Archboot Scripts"
_download_latest | _dialog --title " Download GIT " --gauge "Downloading latest config..." 6 75 0
fi
# Generate new environment and launch it with kexec
if [[ -n "${_L_COMPLETE}" || -n "${_L_INSTALL_COMPLETE}" ]] && [[ -z "${_G_RELEASE}" ]]; then