mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[LXC] ubuntu 20.10 EOL, upgrade to ubunut 21.10 [1]
[1] https://wiki.ubuntu.com/Releases Tested by:: # build the container .. $ sudo -H ./utils/lxc.sh build searx-ubu2110 # open a shell in the container $ sudo -H ./utils/lxc.sh cmd searx-ubu2110 bash [root@searx-ubu2110 SearXNG]# # install a complete SearXNG suite .. [root@searx-ubu2110 SearXNG]# ./utils/searx.sh install all ... # install apache to export the SearXNG instance by HTTP [root@searx-ubu2110 SearXNG]# ./utils/searx.sh apache install ... INFO: got 200 from http://10.174.184.94/searx Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
1c79c1a3d2
commit
7308a6e33c
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf
|
|||
"
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
ubu2010_boilerplate="$ubu1904_boilerplate"
|
||||
ubu2110_boilerplate="$ubu1904_boilerplate"
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
archlinux_boilerplate="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue