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-02-17 22:49:07 +01:00
parent c7ffae4530
commit 88bf6730e1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -93,7 +93,6 @@ 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
pip3 install -U setuptools
pip3 install --requirement $final_path/requirements-ynh.txt