mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Updated for repositories
This commit is contained in:
parent
cd92ea08e6
commit
e0a1204e5d
2 changed files with 3 additions and 1 deletions
|
@ -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. """
|
||||
|
|
|
@ -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. """
|
||||
|
|
Loading…
Reference in a new issue