Update install.sh

This commit is contained in:
2026-05-13 21:10:49 +01:00
parent 5fb1d57d48
commit bf8a0bd6ae

View File

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