mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
searx.sh: add buildhost cmd, installs OS packages for builds
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f5f83b8a99
commit
80f7b65804
4 changed files with 41 additions and 13 deletions
|
@ -236,7 +236,7 @@ main() {
|
|||
shift
|
||||
lxc_exec_cmd "${name}" "$@"
|
||||
;;
|
||||
*) usage "uknown or missing container <name> $2"; exit 42;;
|
||||
*) usage "uknown or missing container <name> $1"; exit 42;;
|
||||
esac
|
||||
;;
|
||||
install)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue