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

Update upgrade

This commit is contained in:
ericgaspar 2020-12-19 23:22:19 +01:00
parent 8a05e7b9f9
commit 0afc2a9984
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -123,7 +123,8 @@ python3 -m venv --system-site-packages "$final_path"
set +u; source $final_path/bin/activate; set -u
pip3 install -U setuptools
pip3 install --requirement $final_path/requirements-ynh.txt --upgrade
#pip3 install --requirement $final_path/requirements-ynh.txt --upgrade
pip install --upgrade --force-reinstall -r $final_path/requirements-ynh.txt
#=================================================
# CONFIGURE SEARX