From 5fb1d57d48a2c424f9511c59341aa0f86bb90f07 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 May 2026 13:57:11 -0600 Subject: [PATCH] enable cockpit --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 7568267..0a47e70 100755 --- a/install.sh +++ b/install.sh @@ -197,6 +197,10 @@ if ! bash install-compiled.sh; then INSTALL_SUCCESS=false fi +# Enable Cockpit service + +sudo systemctl enable --now cockpit.socket + echo "" if [ "$INSTALL_SUCCESS" = true ]; then echo "HamPackServer is installed successfully!"