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"