1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00
This commit is contained in:
Sylvain 2024-07-19 21:20:40 +02:00
parent 623a3ca18f
commit 72e07ef925
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ name = "SearXNG"
description.en = "Internet metasearch engine which aggregates results from more than 70 search services"
description.fr = "Méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche"
version = "2024.07.08~ynh1"
version = "2024.07.08~ynh2"
maintainers = ["mh4ckt3mh4ckt1c4s", "ewilly"]

View file

@ -27,7 +27,7 @@ ynh_script_progression --message="Installing SearXNG..." --weight=2
python3 -m venv --system-site-packages "$install_dir/searxng-pyenv"
set +o nounset; source "$install_dir/searxng-pyenv/bin/activate"; set -o nounset
pip3 install -U pip setuptools wheel pyyaml --no-cache-dir
pip3 install -U pip "setuptools<71.0.0" wheel pyyaml --no-cache-dir
ynh_exec_fully_quiet pip3 install -e "$install_dir/searxng-src"
#=================================================

View file

@ -59,7 +59,7 @@ then
ynh_secure_remove --file="$install_dir/searxng-pyenv"
python3 -m venv --system-site-packages "$install_dir/searxng-pyenv"
set +o nounset; source "$install_dir/searxng-pyenv/bin/activate"; set -o nounset
pip3 install -U pip setuptools wheel pyyaml --no-cache-dir
pip3 install -U pip "setuptools<71.0.0" wheel pyyaml --no-cache-dir
ynh_exec_fully_quiet pip3 install -e "$install_dir/searxng-src"
fi