mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Fix #304
This commit is contained in:
parent
623a3ca18f
commit
72e07ef925
3 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue