add progressbar on script update

This commit is contained in:
Tobias Powalowski 2023-08-03 19:46:52 +02:00
parent cb05b6edc1
commit 6fb8168856

View file

@ -42,7 +42,7 @@ if [[ -n "${_D_SCRIPTS}" ]]; then
_update_installer_check
_network_check
touch /.update
_TITLE="Archboot $(uname -m) | Basic Setup | Download GIT Archboot Scripts"
_TITLE="Archboot $(uname -m) | Basic Setup | Download GIT Archboot Scripts"
_download_latest | _dialog --title " Archboot GIT Master " --gauge "Downloading latest config..." 6 75 0
clear
fi