diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2024-08-20 16:43:49 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-08-20 20:20:50 +0200 |
| commit | 5c6b126d7f2bbd12c6944247068b49ec3a9b7dee (patch) | |
| tree | f4163b69cb92deb3b753ce2c132f75fb5cef2157 /utils/lib.sh | |
| parent | 799d72e3fd74fd0967a79f07bbf541ce7f0f3e84 (diff) | |
[fix] debian/ubuntu python-is-python3
Closes: https://github.com/searxng/searxng/issues/3235
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib.sh')
| -rwxr-xr-x | utils/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lib.sh b/utils/lib.sh index 16bfb4398..e527fa1b6 100755 --- a/utils/lib.sh +++ b/utils/lib.sh @@ -1674,7 +1674,7 @@ EOF } # apt packages -LXC_BASE_PACKAGES_debian="bash git build-essential python3 python3-venv" +LXC_BASE_PACKAGES_debian="bash git build-essential python3 python3-venv python-is-python3" # pacman packages LXC_BASE_PACKAGES_arch="bash git base-devel python" |