remove APPLICATION and set evcc as hard code

This commit is contained in:
CanbiZ 2024-10-15 11:41:13 +02:00
parent f7b5b584cc
commit 35789659df
2 changed files with 3 additions and 3 deletions

View file

@ -30,10 +30,10 @@ echo "deb [signed-by=/etc/apt/keyrings/evcc-stable.gpg] https://dl.evcc.io/publi
$STD apt update
msg_ok "evcc Repository setup sucessfully"
msg_info "Installing ${APPLICATION}"
msg_info "Installing evcc"
$STD apt install -y evcc
systemctl enable --now evcc.service
msg_ok "Installed ${APPLICATION}"
msg_ok "Installed evcc"
motd_ssh
customize