From 88bf6730e142564df6e2f7cee508fdb85efdaa0c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Feb 2021 22:49:07 +0100 Subject: [PATCH] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1cbb1cb..513cc18 100644 --- a/scripts/install +++ b/scripts/install @@ -93,7 +93,6 @@ 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 setuptools pip3 install --requirement $final_path/requirements-ynh.txt