Commit 0ca8d9f
Removes 'install' argument in pkg_mgr function
This commit restores the `pkg_mgr` function to its previous
general-purpose state. This resolves this issue in CI:
```
+ local 'script=export DEBIAN_FRONTEND=noninteractive; apt-get install --fix-broken --no-install-recommends --assume-yes install systemd'
...
Reading package lists...
Building dependency tree...
E: Unable to locate package install
```
The `pkg_mgr` function is used for install, purge, and dist-upgrade, so
hard-coding the 'install' operation isn't right.
Signed-off-by: Nader Ziada <[email protected]>1 parent b551a52 commit 0ca8d9f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments