mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -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])
|
pkgman.install(entry[key])
|
||||||
elif key == "remove":
|
elif key == "remove":
|
||||||
pkgman.remove(entry[key])
|
pkgman.remove(entry[key])
|
||||||
elif key == "local_install":
|
elif key == "localInstall":
|
||||||
pkgman.install(entry[key], from_local=True)
|
pkgman.install(entry[key], from_local=True)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -39,5 +39,5 @@ backend: packagekit
|
||||||
# install:
|
# install:
|
||||||
# - pkgs6
|
# - pkgs6
|
||||||
# - pkg7
|
# - pkg7
|
||||||
# - local_install:
|
# - localInstall:
|
||||||
# - /path/to/pkg8
|
# - /path/to/pkg8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue