mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Remove ynh_exec_fully_quiet
This commit is contained in:
parent
623a3ca18f
commit
d10c7d9b1a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,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
|
||||
ynh_exec_fully_quiet pip3 install -e "$install_dir/searxng-src"
|
||||
pip3 install -e "$install_dir/searxng-src"
|
||||
|
||||
#=================================================
|
||||
# SYSTEM CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue