mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Update repo-list summary
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d9ad6ec6c2
commit
69e77ac695
1 changed files with 2 additions and 2 deletions
|
@ -71,6 +71,6 @@ class RepoList(object):
|
|||
print("{0}{1}/{2} enabled default repositories and {3} custom.".format(
|
||||
self.meta.color["GREY"], def_cnt, len(self.all_repos), cus_cnt))
|
||||
print("For enable or disable default repositories edit "
|
||||
"'/etc/slpkg/repositories.conf'\nfile.\n{0}".format(
|
||||
self.meta.color["ENDC"]))
|
||||
"'/etc/slpkg/repositories.conf'\nfile or run 'slpkg "
|
||||
"repo-enable' command.\n{0}".format(self.meta.color["ENDC"]))
|
||||
raise SystemExit()
|
||||
|
|
Loading…
Add table
Reference in a new issue