This commit is contained in:
Dimitris Zlatanidis 2023-03-07 17:16:08 +02:00
parent 8f3b56e965
commit 17ee1e3181

View file

@ -42,7 +42,7 @@ class UpdateRepository(Configs, Utilities):
if self.ponce_repo:
if not self.is_option(self.flag_generate, self.flags):
print('Updating the package list.\n')
print('Updating the packages list.\n')
print("Downloading the 'ponce' repository, please wait...\n")
subprocess.call(f'lftp {self.lftp_mirror_options} {self.ponce_repo_url} {self.ponce_repo_path}',
shell=True)
@ -59,7 +59,7 @@ class UpdateRepository(Configs, Utilities):
print()
else:
print('Updating the package list.\n')
print('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)