From 8dfc0aabe14f434f5765a99fa0be1962863fbf26 Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 18 Nov 2021 22:07:31 +0100 Subject: [PATCH] Fix --- scripts/_common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2390b9c..44f8924 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -148,8 +148,6 @@ myynh_install_homeassistant () { && $MY_PYTHON -m venv "$final_path" \ && echo 'activate the virtual environment' \ && source "$final_path/bin/activate" \ - && echo 'install last version of pip' \ - && pip --cache-dir "$1/.cache" install --upgrade pip \ && echo 'install last version of wheel' \ && pip --cache-dir "$1/.cache" install --upgrade wheel \ && echo 'install Home Assistant' \