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