mirror of
https://github.com/searx/searx
synced 2025-09-06 01:16:16 +00:00
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:
@@ -802,7 +802,7 @@ pkg_install() {
|
||||
return 42
|
||||
fi
|
||||
# shellcheck disable=SC2068
|
||||
apt-get install -y $@
|
||||
apt-get install -m -y $@
|
||||
}
|
||||
|
||||
pkg_remove() {
|
||||
|
Reference in New Issue
Block a user