From 0eecb5440f5dbf655234aefd28038cbfdcda0882 Mon Sep 17 00:00:00 2001 From: Bram Suurd Date: Thu, 16 May 2024 11:59:09 +0200 Subject: [PATCH] chore: Update iVentoy installation script to apply fixes --- install/iventoy-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/iventoy-install.sh b/install/iventoy-install.sh index fae8e6e7..02601d7e 100644 --- a/install/iventoy-install.sh +++ b/install/iventoy-install.sh @@ -46,13 +46,13 @@ Restart =on-failure [Install] WantedBy=multi-user.target EOF -systemctl enable --now iventoy.service +systemctl enable -q --now iventoy.service msg_ok "Created Service" motd_ssh customize msg_info "Cleaning up" -$STD apt-get autoremove -$STD apt-get autoclean +$STD apt-get -y autoremove +$STD apt-get -y autoclean msg_ok "Cleaned" \ No newline at end of file