mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-08 08:46:16 +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}")
|
print(f"\n{self.bgreen}There are new updates available for the '{repo}' repository!{self.endc}")
|
||||||
|
|
||||||
if True not in compare.values():
|
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:
|
def updates(self) -> None:
|
||||||
""" Starting multiprocessing download process. """
|
""" Starting multiprocessing download process. """
|
||||||
|
|
|
@ -76,6 +76,7 @@ class UpdateRepository(Configs):
|
||||||
|
|
||||||
self.delete_binaries_data(self.repos.gnome_repo_name)
|
self.delete_binaries_data(self.repos.gnome_repo_name)
|
||||||
self.data.install_gnome_data()
|
self.data.install_gnome_data()
|
||||||
|
print()
|
||||||
|
|
||||||
if self.repos.conraid_repo:
|
if self.repos.conraid_repo:
|
||||||
urls: list = []
|
urls: list = []
|
||||||
|
@ -96,6 +97,7 @@ class UpdateRepository(Configs):
|
||||||
|
|
||||||
self.delete_binaries_data(self.repos.conraid_repo_name)
|
self.delete_binaries_data(self.repos.conraid_repo_name)
|
||||||
self.data.install_conraid_data()
|
self.data.install_conraid_data()
|
||||||
|
print()
|
||||||
|
|
||||||
def slackbuild_repositories(self):
|
def slackbuild_repositories(self):
|
||||||
""" Update the slackbuild repositories. """
|
""" Update the slackbuild repositories. """
|
||||||
|
|
Loading…
Add table
Reference in a new issue