mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
Change local_install to localInstall
This commit is contained in:
parent
880c19c195
commit
f3319e1ef4
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ def run_operations(pkgman, entry):
|
|||
pkgman.install(entry[key])
|
||||
elif key == "remove":
|
||||
pkgman.remove(entry[key])
|
||||
elif key == "local_install":
|
||||
elif key == "localInstall":
|
||||
pkgman.install(entry[key], from_local=True)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue