Skip to content

Commit

Permalink
v9.8
Browse files Browse the repository at this point in the history
- DietPi-Software | Update HAProcy and Home Assistant Python versions
  • Loading branch information
MichaIng committed Oct 17, 2024
1 parent 96a9f91 commit 644ed43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -6911,7 +6911,7 @@ _EOF_

if To_Install 98 haproxy # HAProxy
then
local version='3.0.2' # https://www.haproxy.org/download/
local version='3.0.5' # https://www.haproxy.org/download/
aDEPS=('make' 'gcc' 'libpcre3-dev' 'libssl-dev' 'zlib1g-dev' 'libsystemd-dev')
Download_Install "https://www.haproxy.org/download/${version%.*}/src/haproxy-$version.tar.gz"

Expand Down Expand Up @@ -11321,7 +11321,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.12.3' # https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build
local ha_python_version='3.12.7' # 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"
Expand Down

0 comments on commit 644ed43

Please sign in to comment.