mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Add pkgman to run_operations invocation.
This commit is contained in:
parent
2349f7125e
commit
53214a15bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue