From 8ee1e53a9d77df1dee00baf096116e209a5696cc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Jun 2021 12:50:24 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c88a4a1..73643ee 100644 --- a/scripts/install +++ b/scripts/install @@ -92,8 +92,8 @@ 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 setuptools wheel pyyaml -pip3 install --requirement $final_path/requirements-ynh.txt +pip3 install -U pip setuptools wheel pyyaml --no-cache-dir +pip3 install --requirement $final_path/requirements-ynh.txt --no-cache-dir #================================================= # CONFIGURE SEARX