Browse Source

[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>
Markus Heiser 1 day ago
parent
commit
39474b392a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/searxng.sh

+ 1 - 1
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"