File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ network_check
1414update_os
1515
1616msg_info " Installing SearXNG dependencies"
17- echo " deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list
17+ echo " deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list
1818$STD apt-get update
1919$STD apt-get install -y \
2020 python3-dev python3-babel python3-venv python-is-python3 \
@@ -36,7 +36,7 @@ msg_info "Creating Python virtual environment"
3636sudo -H -u searxng bash -c '
3737 python3 -m venv /usr/local/searxng/searx-pyenv &&
3838 . /usr/local/searxng/searx-pyenv/bin/activate &&
39- pip install -U pip setuptools wheel pyyaml lxml &&
39+ pip install -U pip setuptools wheel pyyaml lxml msgspec &&
4040 pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
4141'
4242msg_ok " Python environment ready"
You can’t perform that action at this time.
0 commit comments