From c7ffae45304d4be507cd4f470650d6886a0fb77f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Feb 2021 19:01:04 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 35afa76..1cbb1cb 100644 --- a/scripts/install +++ b/scripts/install @@ -93,7 +93,7 @@ ynh_script_progression --message="Installing Searx..." --weight=2 python3 -m venv --system-site-packages "$final_path" set +u; source $final_path/bin/activate; set -u -pip3 install -U pip +#pip3 install -U pip pip3 install -U setuptools pip3 install --requirement $final_path/requirements-ynh.txt