1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Update install

This commit is contained in:
ericgaspar 2021-06-26 12:50:24 +02:00
parent 83068cd214
commit 8ee1e53a9d

View file

@ -92,8 +92,8 @@ ynh_script_progression --message="Installing Searx..." --weight=2
python3 -m venv --system-site-packages "$final_path"
set +u; source $final_path/bin/activate; set -u
pip3 install -U pip setuptools wheel pyyaml
pip3 install --requirement $final_path/requirements-ynh.txt
pip3 install -U pip setuptools wheel pyyaml --no-cache-dir
pip3 install --requirement $final_path/requirements-ynh.txt --no-cache-dir
#=================================================
# CONFIGURE SEARX