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 2021-01-15 23:53:09 +01:00
parent 0dea1ce2e3
commit 659654ec25
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -112,12 +112,12 @@ 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
ynh_regex_secure_remove --file=$final_path/lib/ --regex='python[^/.]*'
ynh_regex_secure_remove --file=$final_path/lib64/ --regex='python[^/.]*'
ynh_regex_secure_remove --file=$final_path/share/python-wheels
fi
ynh_secure_remove --file=$final_path/lib/python3/site-packages/setuptools
ynh_secure_remove --file=$final_path/lib/python3/site-packages/ --regex='setuptools-[^/.]*'
ynh_regex_secure_remove --file=$final_path/lib/python3/site-packages/setuptools
ynh_regex_secure_remove --file=$final_path/lib/python3/site-packages/ --regex='setuptools-[^/.]*'
python3 -m venv --system-site-packages "$final_path"