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!"