dynamic progressbar

This commit is contained in:
Tobias Powalowski 2023-08-30 21:54:11 +02:00
parent da0ceeb79f
commit 096c0b5687

View file

@ -179,7 +179,7 @@ _download_latest() {
[[ -d "${_INST}" ]] || mkdir "${_INST}" [[ -d "${_INST}" ]] || mkdir "${_INST}"
: > /.archboot : > /.archboot
_download_latest_task & _download_latest_task &
_progress_wait "0" "99" "Downloading latest GIT..." "0.1" _progress_wait "0" "99" "Downloading latest GIT..." "0.2"
_progress "100" "Downloading... done." _progress "100" "Downloading... done."
sleep 2 sleep 2
} }