From bf8a0bd6aee85dcd8285f2fbc642a4585be5312e Mon Sep 17 00:00:00 2001 From: david Date: Wed, 13 May 2026 21:10:49 +0100 Subject: [PATCH] Update install.sh --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 0a47e70..7568267 100755 --- a/install.sh +++ b/install.sh @@ -197,10 +197,6 @@ 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!"