Update evcc-install.sh

make silent
This commit is contained in:
tteckster 2024-10-15 05:46:42 -04:00 committed by GitHub
parent 35789659df
commit c451bea9d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ msg_ok "evcc Repository setup sucessfully"
msg_info "Installing evcc" msg_info "Installing evcc"
$STD apt install -y evcc $STD apt install -y evcc
systemctl enable --now evcc.service systemctl enable -q --now evcc.service
msg_ok "Installed evcc" msg_ok "Installed evcc"
motd_ssh motd_ssh
@ -41,4 +41,4 @@ customize
msg_info "Cleaning up" msg_info "Cleaning up"
$STD apt-get -y autoremove $STD apt-get -y autoremove
$STD apt-get -y autoclean $STD apt-get -y autoclean
msg_ok "Cleaned" msg_ok "Cleaned"