mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Summary updated
This commit is contained in:
parent
0bad7b82b8
commit
7f34999f83
1 changed files with 2 additions and 2 deletions
|
@ -231,8 +231,8 @@ class Upgrade(Configs):
|
|||
f"{inst_build:<5} {repo:>15}")
|
||||
|
||||
print(len(title) * '=')
|
||||
print(f'{self.grey}Total packages for upgrade {self.sum_upgrade}, for remove '
|
||||
f'{self.sum_removed} and added {self.sum_added}.{self.endc}\n')
|
||||
print(f'{self.grey}Total packages: {self.sum_upgrade} upgraded, '
|
||||
f'{self.sum_removed} removed and {self.sum_added} added.{self.endc}\n')
|
||||
else:
|
||||
print('\nEverything is up-to-date!\n')
|
||||
raise SystemExit(0)
|
||||
|
|
Loading…
Reference in a new issue