Update systemctl and apt commands in install script

This commit is contained in:
CanbiZ
2025-10-30 08:36:26 +01:00
committed by GitHub
parent 973c180daa
commit 37afad84ac

View File

@@ -40,14 +40,14 @@ RestartSec=10
WantedBy=multi-user.target WantedBy=multi-user.target
EOF EOF
systemctl -q enable --now bentopdf systemctl enable -q --now bentopdf
msg_ok "Created & started service" msg_ok "Created & started service"
motd_ssh motd_ssh
customize customize
msg_info "Cleaning up" msg_info "Cleaning up"
$STD apt-get -y autoremove $STD apt -y autoremove
$STD apt-get -y autoclean $STD apt -y autoclean
$STD apt-get -y clean $STD apt -y clean
msg_ok "Cleaned" msg_ok "Cleaned"