mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +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 = []
|
not_found: list = []
|
||||||
|
|
||||||
for pkg in packages:
|
for pkg in packages:
|
||||||
package: str = self.utils.is_package_installed(pkg)
|
if not self.utils.is_package_installed(pkg):
|
||||||
if not package:
|
|
||||||
not_found.append(pkg)
|
not_found.append(pkg)
|
||||||
|
|
||||||
if not_found:
|
if not_found:
|
||||||
|
|
Loading…
Add table
Reference in a new issue