mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for messages
This commit is contained in:
parent
91bac09657
commit
bb3dd8ba06
2 changed files with 2 additions and 2 deletions
|
@ -91,5 +91,5 @@ class Check(Configs):
|
|||
if not self.session.query(self.repo_table).first() or not db.is_file() or count == 0:
|
||||
self.errors.raise_error_message("You need to update the package lists first, run:\n\n"
|
||||
" $ slpkg update\n"
|
||||
" $ slpkg update --bin-repo='*' for binaries",
|
||||
" $ slpkg update --bin-repo=[repo_name] for binaries",
|
||||
exit_status=1)
|
||||
|
|
|
@ -83,7 +83,7 @@ class Cleanings(Configs):
|
|||
print(f"{self.byellow}Successfully cleared!{self.endc}\n\n"
|
||||
"You need to update the package lists now:\n\n"
|
||||
" $ slpkg update\n"
|
||||
" $ slpkg update --bin-repo=[repo_name]\n")
|
||||
" $ slpkg update --bin-repo=[repo_name] for binaries\n")
|
||||
|
||||
def delete_repositories_data(self):
|
||||
""" Deletes local folders with the repository downloaded data. """
|
||||
|
|
Loading…
Add table
Reference in a new issue