diff --git a/setup/esphome-install.sh b/setup/esphome-install.sh index 8017f631..0daeac42 100644 --- a/setup/esphome-install.sh +++ b/setup/esphome-install.sh @@ -49,6 +49,7 @@ msg_ok "Updated Container OS" msg_info "Installing Dependencies" apt-get install -y curl &>/dev/null apt-get install -y sudo &>/dev/null +apt-get install -y git &>/dev/null msg_ok "Installed Dependencies" msg_info "Installing pip3"