mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update evcc-install.sh
make silent
This commit is contained in:
parent
35789659df
commit
c451bea9d3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
msg_ok "Cleaned"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue