diff --git a/ct/evcc.sh b/ct/evcc.sh index 7f8d95e8..a5aae019 100644 --- a/ct/evcc.sh +++ b/ct/evcc.sh @@ -54,7 +54,7 @@ function default_settings() { function update_script() { header_info if [[ ! -f /etc/apt/sources.list.d/evcc-stable.list ]]; then msg_error "No ${APP} Installation Found!"; exit; fi -msg_info "Updating ${APP} LXC" +msg_info "Updating evcc LXC" apt update &>/dev/null apt install -y evcc &>/dev/null msg_ok "Updated Successfully" diff --git a/install/evcc-install.sh b/install/evcc-install.sh index 01f28b20..6a05e8aa 100644 --- a/install/evcc-install.sh +++ b/install/evcc-install.sh @@ -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