mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated for installed
This commit is contained in:
parent
794150293b
commit
91bac09657
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@ class Check(Configs):
|
|||
not_found: list = []
|
||||
|
||||
for pkg in packages:
|
||||
package: str = self.utils.is_package_installed(pkg)
|
||||
if not package:
|
||||
if not self.utils.is_package_installed(pkg):
|
||||
not_found.append(pkg)
|
||||
|
||||
if not_found:
|
||||
|
|
Loading…
Reference in a new issue