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" ]];