mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
[fix] this was basically doing pip install -U -r requirements.txt
This commit is contained in:
parent
6da808d6d6
commit
a13428c101
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fi
|
||||||
|
|
||||||
final_path=/opt/yunohost/searx
|
final_path=/opt/yunohost/searx
|
||||||
sudo cp -r ../sources/* $final_path
|
sudo cp -r ../sources/* $final_path
|
||||||
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements-ynh.txt --upgrade && $final_path/manage.sh update_packages"
|
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements-ynh.txt --upgrade"
|
||||||
|
|
||||||
# Disable swapfile
|
# Disable swapfile
|
||||||
if [[ -v "$tmp_swap_file" ]];
|
if [[ -v "$tmp_swap_file" ]];
|
||||||
|
|
Loading…
Reference in a new issue