[ESPHome] Fix pip issues

This commit is contained in:
Sam Heinz
2024-04-12 17:26:26 +10:00
parent 616dd73ac9
commit 377c7c0a37
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ function default_settings() {
MAC=""
VLAN=""
SSH="no"
VERB="yes"
VERB="no"
echo_default
}

View File

@@ -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"