mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Fixed summary
This commit is contained in:
parent
835249b61a
commit
c57e860265
1 changed files with 2 additions and 6 deletions
|
@ -199,13 +199,9 @@ class ViewMessage(Configs):
|
|||
reinstall: bool = self.utils.is_option(self.flag_reinstall, self.flags)
|
||||
|
||||
for sbo in slackbuilds:
|
||||
|
||||
upgradeable: str = self.utils.is_package_upgradeable(sbo)
|
||||
|
||||
if sbo in self.utils.installed_package_names:
|
||||
installed: bool = True
|
||||
|
||||
if sbo in self.utils.installed_package_names:
|
||||
installed: bool = True
|
||||
installed: str = self.utils.is_package_installed(sbo)
|
||||
|
||||
if not installed:
|
||||
install += 1
|
||||
|
|
Loading…
Reference in a new issue