Skip to content

Commit

Permalink
bump evcc
Browse files Browse the repository at this point in the history
Signed-off-by: openhabian <openhabian@openHABian>
  • Loading branch information
openhabian authored and openhabian committed Apr 9, 2024
1 parent f9a1ab5 commit 6f52ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/packages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f52ed0

Please sign in to comment.