Add pkgman to run_operations invocation.
This commit is contained in:
parent
2349f7125e
commit
53214a15bc
@ -124,6 +124,6 @@ def run():
|
||||
run_operations(pkgman, entry)
|
||||
|
||||
if libcalamares.globalstorage.contains("packageOperations"):
|
||||
run_operations(libcalamares.globalstorage.value("packageOperations"))
|
||||
run_operations(pkgman, libcalamares.globalstorage.value("packageOperations"))
|
||||
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user