diff --git a/srchub-install.py b/srchub-install.py index e37993d..7b8640b 100644 --- a/srchub-install.py +++ b/srchub-install.py @@ -235,7 +235,7 @@ def install_packages(): percent = 0 i = 0 for package in packages: - d.gauge_update(percent, "Installing " + package) + d.gauge_update(percent, "Installing " + package, update_text=True) install_package(package) i += 1 percent = (i / len(packages)) * 100