From 04c0daa121a49f42a65f8ac4491ad8f1d3f162ba Mon Sep 17 00:00:00 2001 From: MichaIng Date: Wed, 18 Oct 2023 21:55:19 +0200 Subject: [PATCH] v8.23 - DietPi-Pre-patches | Fix v8.23 pre-patch check to be applied on v8.22 systems as well - DietPI-Software | Home Assistant: Bump Python to v3.11.6 --- .update/pre-patches | 2 +- dietpi/dietpi-software | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.update/pre-patches b/.update/pre-patches index 9355ec3d00..afc0ebcb4d 100755 --- a/.update/pre-patches +++ b/.update/pre-patches @@ -293,7 +293,7 @@ _EOF_ fi # v8.23 -if (( $G_DIETPI_VERSION_CORE < 8 || ( $G_DIETPI_VERSION_CORE == 8 && $G_DIETPI_VERSION_SUB < 22 ) )) +if (( $G_DIETPI_VERSION_CORE < 8 || ( $G_DIETPI_VERSION_CORE == 8 && $G_DIETPI_VERSION_SUB < 23 ) )) then # RISC-V: Migrate from Debian ports to regular Debian Sid if (( $G_HW_ARCH == 11 )) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 01977c2599..8d2827ad88 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -11419,7 +11419,7 @@ _EOF_ local ha_user='homeassistant' local ha_home="/home/$ha_user" local ha_pyenv_activation=". $ha_home/pyenv-activate.sh" - local ha_python_version='3.11.5' # https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build + local ha_python_version='3.11.6' # https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build G_DIETPI-NOTIFY 2 "Home Assistant user: $ha_user" G_DIETPI-NOTIFY 2 "Home Assistant home: $ha_home"