Remove system.candy state

This commit is contained in:
LinuxSquare 2023-12-21 14:35:04 +01:00
parent 35997ce963
commit d5d5555d2d

View file

@ -374,7 +374,6 @@ EOT
installationSubtaskTitle "Salt highstate"
chroot "${INSTALLATION_MOUNTPOINT}" /bin/ash -c "salt-call state.highstate" || installationFailed
chroot "${INSTALLATION_MOUNTPOINT}" /bin/ash -c "salt-call state.sls system.candy" || installationFailed
echo ""
echo "┌──────────────────────────────────────────┐"