Update evcc.sh (#9107)

Added missing "fi" at line 38
This commit is contained in:
Michael 2025-11-12 22:13:35 +01:00 committed by GitHub
parent 6677685ba8
commit f287cb8023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ function update_script() {
"https://dl.evcc.io/public/evcc/stable/deb/debian/" \ "https://dl.evcc.io/public/evcc/stable/deb/debian/" \
"$(get_os_info codename)" \ "$(get_os_info codename)" \
"main" "main"
fi
msg_info "Updating evcc LXC" msg_info "Updating evcc LXC"
$STD apt update $STD apt update
$STD apt --only-upgrade install -y evcc $STD apt --only-upgrade install -y evcc