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:
bastinc 2016-12-08 11:07:38 +01:00
parent a706eeb000
commit 2e36a000bd

View file

@ -38,7 +38,7 @@ fi
final_path=/opt/yunohost/$app
wget https://github.com/asciimoo/searx/archive/v0.10.0.tar.gz
tar xvf v0.10.0.tar.gz && mv searx-0.10.0 ../sources/searx
tar xvf v0.10.0.tar.gz && cp -rf searx-0.10.0/* ../sources
sudo cp -rf ../sources/* $final_path
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements-ynh.txt --upgrade"