1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
This commit is contained in:
ericgaspar 2020-09-19 19:14:59 +02:00
parent 6347392590
commit 82ad80eb96
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 20 deletions

View file

@ -30,7 +30,7 @@ Searx is a privacy-respecting, hackable metasearch engine.
#### Supported architectures
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/searx%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/searx/)
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/searx%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/searx/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/searx%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/searx/)
## Limitations

View file

@ -116,30 +116,11 @@ ynh_system_user_create --username=$app
#=================================================
ynh_script_progression --message="Upgrading Searx..." --weight=7
# # Clean venv if it still on python2
# if [ ! -e $final_path/bin/python3 ]
# then
# ynh_secure_remove --file=$final_path/lib/ --regex='python[^/.]*'
# ynh_secure_remove --file=$final_path/lib64/ --regex='python[^/.]*'
# ynh_secure_remove --file=$final_path/share/python-wheels
# fi
# ynh_secure_remove --file=$final_path/lib/python3.7/site-packages/setuptools
# ynh_secure_remove --file=$final_path/lib/python3.7/site-packages/ --regex='setuptools-[^/.]*'
# 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
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
#=================================================
# CONFIGURE SEARX
#=================================================