mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
[fix] upgrade script
This commit is contained in:
parent
27f9f8b780
commit
efb5928aa1
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ then
|
|||
fi
|
||||
|
||||
final_path=/opt/yunohost/searx
|
||||
sudo cp -r ../sources/* $final_path
|
||||
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt --upgrade"
|
||||
|
||||
# Disable swapfile
|
||||
|
|
Loading…
Reference in a new issue