diff --git a/slpkg/install_data.py b/slpkg/install_data.py index 59f1f4bb..dd793f93 100644 --- a/slpkg/install_data.py +++ b/slpkg/install_data.py @@ -46,6 +46,8 @@ class InstallData(Configs): Returns: None. """ + print(f"Updating the database for '{self.cyan}{self.repos.sbo_repo_name}{self.endc}'... ", + end='', flush=True) data: dict = {} cache: list = [] sbo_tags: list = [ @@ -120,6 +122,8 @@ class InstallData(Configs): Returns: None. """ + print(f"Updating the database for '{self.cyan}{self.repos.ponce_repo_name}{self.endc}'... ", + end='', flush=True) data: dict = {} cache: list = [] names: list = []