From 37afad84ac62787353068ebc2c514c6906961b02 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 30 Oct 2025 08:36:26 +0100 Subject: [PATCH] Update systemctl and apt commands in install script --- install/bentopdf-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/bentopdf-install.sh b/install/bentopdf-install.sh index f426200b2..10a8b6f39 100644 --- a/install/bentopdf-install.sh +++ b/install/bentopdf-install.sh @@ -40,14 +40,14 @@ RestartSec=10 WantedBy=multi-user.target EOF -systemctl -q enable --now bentopdf +systemctl enable -q --now bentopdf msg_ok "Created & started service" motd_ssh customize msg_info "Cleaning up" -$STD apt-get -y autoremove -$STD apt-get -y autoclean -$STD apt-get -y clean +$STD apt -y autoremove +$STD apt -y autoclean +$STD apt -y clean msg_ok "Cleaned"