Upgrade ESPHome LXC to Debian 13 (#10624)

* Update default version from 12 to 13

Upgrade ESPHome to Debian 13

* Change apt-get to apt for installing git

Upgrade ESPHome to Debian 13

* Update version from 12 to 13 in esphome.json

Upgrade ESPHome to Debian 13
This commit is contained in:
Joerg Heinemann
2026-01-07 17:01:56 +01:00
committed by GitHub
parent 8a40df3308
commit a68a2607ea
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y git
$STD apt install -y git
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.12" setup_uv