loadbar update

This commit is contained in:
Ryan Bakkes 2022-09-27 13:07:48 +02:00
parent 59c99ff53e
commit d7c5624bd6

View File

@ -11,6 +11,6 @@ ProgressBar() {
# program=$(printf "${_program}") # program=$(printf "${_program}")
printf "\rProgress : |${fill// /▇}${empty// / }| ${_progress}%%" printf "\rProgress : |${fill// /▇}${empty// / }| ${_progress}%%"
printf " Installing ${program} \r" printf " Installing ${program} \r"
} }