edit systemupdate, remove pillar git

This commit is contained in:
LinuxSquare 2024-02-22 21:13:20 +01:00
parent c530a5a36d
commit 7f1dc9e842

View file

@ -165,7 +165,6 @@ echo "└───────────────────────
subtaskTitle "Update Saltstack"
chroot "${MOUNTPOINT}" /bin/bash -c "git -C /srv/salt pull" || systemupdateFailed
chroot "${MOUNTPOINT}" /bin/bash -c "git -C /srv/pillar pull" || systemupdateFailed
subtaskTitle "Update bootloader configs"
chroot "${MOUNTPOINT}" /bin/bash -c "salt-call state.sls system.bootloader" >/dev/null || systemupdateFailed