From a13428c101922d84d54cc330cca1344c3acce184 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 27 Apr 2016 09:07:01 +0200 Subject: [PATCH] [fix] this was basically doing pip install -U -r requirements.txt --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5d39d2f..a93414e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -38,7 +38,7 @@ 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-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 if [[ -v "$tmp_swap_file" ]];