enable cockpit

This commit is contained in:
David Young
2026-05-13 13:57:11 -06:00
parent 0c9e0b431f
commit 5fb1d57d48

View File

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