From 6f52ed0a3dbf119a8772efa3a9dfae6761b3d3d3 Mon Sep 17 00:00:00 2001 From: openhabian Date: Tue, 9 Apr 2024 15:08:53 +0200 Subject: [PATCH] bump evcc Signed-off-by: openhabian --- functions/packages.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/packages.bash b/functions/packages.bash index 2128d111a..21dd16e06 100644 --- a/functions/packages.bash +++ b/functions/packages.bash @@ -749,7 +749,7 @@ install_evcc() { ( echo "deb ${repotxt}"; echo "deb-src ${repotxt}" ) > $repo echo -n "$(timestamp) [openHABian] Installing EVCC... " if ! cond_redirect apt update; then echo "FAILED (update apt lists)"; return 1; fi - if ! cond_redirect apt install -y "evcc=${2:-0.123.9}"; then echo "FAILED (EVCC package installation)"; return 1; fi + if ! cond_redirect apt install -y "evcc=${2:-0.125.0}"; then echo "FAILED (EVCC package installation)"; return 1; fi mkdir "$svcdir" if [[ $(systemctl show -pUser evcc | cut -d= -f2) == "${username:-openhabian}" ]]; then