From c451bea9d33e281b71460111d26ed34b77df8eee Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 15 Oct 2024 05:46:42 -0400 Subject: [PATCH] Update evcc-install.sh make silent --- install/evcc-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/evcc-install.sh b/install/evcc-install.sh index 6a05e8aa..bd544ea5 100644 --- a/install/evcc-install.sh +++ b/install/evcc-install.sh @@ -32,7 +32,7 @@ msg_ok "evcc Repository setup sucessfully" msg_info "Installing evcc" $STD apt install -y evcc -systemctl enable --now evcc.service +systemctl enable -q --now evcc.service msg_ok "Installed evcc" motd_ssh @@ -41,4 +41,4 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"