mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-10 20:01:54 +01:00
Merge branch 'develop'
This commit is contained in:
commit
02ddbb28ae
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
3.8.9 - 03/06/2020
|
||||
BugFix:
|
||||
- Fixed Slackware distribution --upgrade flag
|
||||
|
||||
3.8.8 - 20/05/2020
|
||||
BugFix:
|
||||
- Fixed the name of variable flags to flag for patches upgrade option
|
||||
|
|
|
@ -100,7 +100,7 @@ class Patches(BlackList, Utils):
|
|||
unit, size = units(self.comp_sum, self.uncomp_sum)
|
||||
print("\nInstalling summary")
|
||||
print("=" * 79)
|
||||
print(f"{self.grey}Total {self.count_upg}"
|
||||
print(f"{self.grey}Total {self.count_upg} "
|
||||
f"{self.msg.pkg(len(self.upgrade_all))} will be upgraded and"
|
||||
f" {self.count_added} will be installed.")
|
||||
print(f"Need to get {size[0]} {unit[0]} of archives.")
|
||||
|
|
Loading…
Reference in a new issue