From 377c7c0a37f270c53e5302416b438c7aacccb9de Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:26:26 +1000 Subject: [PATCH] [ESPHome] Fix pip issues --- ct/changedetection.sh | 2 +- install/esphome-install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index 1abf3bcb4..d3becf1c8 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -48,7 +48,7 @@ function default_settings() { MAC="" VLAN="" SSH="no" - VERB="yes" + VERB="no" echo_default } diff --git a/install/esphome-install.sh b/install/esphome-install.sh index f9e778620..5b108947e 100644 --- a/install/esphome-install.sh +++ b/install/esphome-install.sh @@ -27,6 +27,7 @@ $STD apt-get install -y \ python3-dev \ python3-pip \ python3-venv +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Updated Python3" msg_info "Installing ESPHome"