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:
parent
83068cd214
commit
8ee1e53a9d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue