mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
remove APPLICATION and set evcc as hard code
This commit is contained in:
parent
f7b5b584cc
commit
35789659df
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue