mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Updated third-party message
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c81f1110b2
commit
59d812725a
1 changed files with 3 additions and 2 deletions
|
@ -223,8 +223,9 @@ class PackageManager(object):
|
||||||
self.msg.template(78)
|
self.msg.template(78)
|
||||||
print("| {0}{1}*** WARNING ***{2}").format(
|
print("| {0}{1}*** WARNING ***{2}").format(
|
||||||
" " * 27, self.meta.color["RED"], self.meta.color["ENDC"])
|
" " * 27, self.meta.color["RED"], self.meta.color["ENDC"])
|
||||||
print("| Be sure you have update the package lists before. \n| Run"
|
print("| Before you use third-party option, be sure you have"
|
||||||
" the command 'slpkg update' and 'slpkg -c slack --upgrade'")
|
" updated the package \n| lists. Run the command"
|
||||||
|
" 'slpkg update' and 'slpkg -c slack --upgrade'")
|
||||||
self.msg.template(78)
|
self.msg.template(78)
|
||||||
return removed
|
return removed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue