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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue