mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Fix & Remove some things
This commit is contained in:
parent
e74402749d
commit
f7b5b584cc
2 changed files with 8 additions and 11 deletions
|
@ -55,8 +55,8 @@ 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"
|
||||
apt-get update &>/dev/null
|
||||
apt-get install -y evcc &>/dev/null
|
||||
apt update &>/dev/null
|
||||
apt install -y evcc &>/dev/null
|
||||
msg_ok "Updated Successfully"
|
||||
exit
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue