From 499786064b87e9f500c43151fc89d72250c73f2d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 3 Aug 2023 19:47:51 +0200 Subject: [PATCH] add progressbar on script update --- usr/bin/archboot-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-update.sh b/usr/bin/archboot-update.sh index 023192a18..1245a003c 100755 --- a/usr/bin/archboot-update.sh +++ b/usr/bin/archboot-update.sh @@ -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 | GIT Master Archboot Scripts" _download_latest | _dialog --title " Archboot GIT Master " --gauge "Downloading latest config..." 6 75 0 clear fi