Fix & Remove some things

This commit is contained in:
CanbiZ 2024-10-15 11:38:04 +02:00
parent e74402749d
commit f7b5b584cc
2 changed files with 8 additions and 11 deletions

View file

@ -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
}