From 0618c89147314b04b4d345effc70b5d39fec0094 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 16 Oct 2024 12:47:01 -0400 Subject: [PATCH] Update evcc.sh change upgrade command --- ct/evcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/evcc.sh b/ct/evcc.sh index a5aae019..c0e8ed61 100644 --- a/ct/evcc.sh +++ b/ct/evcc.sh @@ -56,7 +56,7 @@ header_info if [[ ! -f /etc/apt/sources.list.d/evcc-stable.list ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating evcc LXC" apt update &>/dev/null -apt install -y evcc &>/dev/null +apt --only-upgrade install -y evcc &>/dev/null msg_ok "Updated Successfully" exit }