Updated for repositories

This commit is contained in:
Dimitris Zlatanidis 2023-03-21 21:57:50 +02:00
parent cd92ea08e6
commit e0a1204e5d
2 changed files with 3 additions and 1 deletions

View file

@ -85,7 +85,7 @@ class CheckUpdates(Configs):
print(f"\n{self.bgreen}There are new updates available for the '{repo}' repository!{self.endc}")
if True not in compare.values():
print(f'{self.endc}{self.yellow}No updated packages since the last check.{self.endc}\n')
print(f'\n{self.endc}{self.yellow}No updated packages since the last check.{self.endc}')
def updates(self) -> None:
""" Starting multiprocessing download process. """

View file

@ -76,6 +76,7 @@ class UpdateRepository(Configs):
self.delete_binaries_data(self.repos.gnome_repo_name)
self.data.install_gnome_data()
print()
if self.repos.conraid_repo:
urls: list = []
@ -96,6 +97,7 @@ class UpdateRepository(Configs):
self.delete_binaries_data(self.repos.conraid_repo_name)
self.data.install_conraid_data()
print()
def slackbuild_repositories(self):
""" Update the slackbuild repositories. """