diff --git a/airootfs/root/install.sh b/airootfs/root/install.sh index 8bff3d6..18e851d 100644 --- a/airootfs/root/install.sh +++ b/airootfs/root/install.sh @@ -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 "┌──────────────────────────────────────────┐"