forked from Icycoide/searxng
tooling box: misc fixes from lxc tests
Tested by: sudo -H ./utils/lxc.sh build containers sudo -H ./utils/lxc.sh cmd /share/searx/utils/searx.sh install all sudo -H ./utils/lxc.sh cmd /share/searx/utils/filtron.sh install all sudo -H ./utils/lxc.sh cmd /share/searx/utils/morty.sh install all Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
a1f5f2ced8
commit
0bfc61dbe9
4 changed files with 4 additions and 5 deletions
|
@ -802,7 +802,7 @@ pkg_install() {
|
|||
return 42
|
||||
fi
|
||||
# shellcheck disable=SC2068
|
||||
apt-get install -y $@
|
||||
apt-get install -m -y $@
|
||||
}
|
||||
|
||||
pkg_remove() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue