diff options
| author | Markus Heiser <markus@book> | 2025-06-25 08:01:30 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-06-25 08:29:57 +0200 |
| commit | 39474b392a7c066b439a62fe4d045287fa2008ea (patch) | |
| tree | 962f5a16138227c5a05f0282d37fdf965c4cf188 | |
| parent | b47ee0a4e338f86761cb871496852b71594fceb0 (diff) | |
[fix] debian: install apt package python-is-python3
On debian the 'python-is-python3' packages restores an appropriate
'/usr/bin/python' symlink for third-party scripts[1]
[1] https://github.com/searxng/searxng/issues/3235#issuecomment-1954459081
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
| -rwxr-xr-x | utils/searxng.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/searxng.sh b/utils/searxng.sh index b34298e85..4ad2ef93f 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -57,7 +57,7 @@ NGINX_SEARXNG_SITE="searxng.conf" # apt packages SEARXNG_PACKAGES_debian="\ -python3-dev python3-babel python3-venv +python3-dev python3-babel python3-venv python-is-python3 uwsgi uwsgi-plugin-python3 git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev" |