Change local_install to localInstall
This commit is contained in:
parent
880c19c195
commit
f3319e1ef4
@ -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)
|
||||
|
||||
|
||||
|
@ -39,5 +39,5 @@ backend: packagekit
|
||||
# install:
|
||||
# - pkgs6
|
||||
# - pkg7
|
||||
# - local_install:
|
||||
# - localInstall:
|
||||
# - /path/to/pkg8
|
||||
|
Loading…
Reference in New Issue
Block a user