mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for repositories update
This commit is contained in:
parent
0dd57e59cc
commit
dfc460c06b
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ class UpdateRepository(Configs):
|
|||
if self.ponce_repo:
|
||||
|
||||
if not self.utils.is_option(self.flag_generate, self.flags):
|
||||
print('Updating the packages list.\n')
|
||||
print('Ponce repository -> Updating the packages list...\n')
|
||||
print(f"Downloading the '{self.green}ponce{self.endc}' repository, please wait...\n")
|
||||
self.delete_file(self.ponce_repo_path, self.ponce_chglog_txt)
|
||||
lftp_command: str = f'lftp {self.lftp_mirror_options} {self.ponce_repo_url} {self.ponce_repo_path}'
|
||||
|
@ -76,7 +76,7 @@ class UpdateRepository(Configs):
|
|||
print('\n')
|
||||
|
||||
else:
|
||||
print('Updating the packages list.\n')
|
||||
print('SBo repository -> Updating the packages list...\n')
|
||||
|
||||
self.delete_file(self.sbo_repo_path, self.sbo_txt)
|
||||
self.delete_file(self.sbo_repo_path, self.sbo_chglog_txt)
|
||||
|
@ -89,7 +89,7 @@ class UpdateRepository(Configs):
|
|||
self.data.install_sbo_table()
|
||||
|
||||
elif self.repos['GNOME_REPO']:
|
||||
print('Gnome: Updating the packages list.\n')
|
||||
print('Gnome repository -> Updating the packages list...\n')
|
||||
repo: str = 'gnome'
|
||||
self.make_dirs(repo)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue