Revert "Add failure notification"

This reverts commit 9fda39638a.
This commit is contained in:
Gerald Pinder
2025-04-06 22:21:22 -04:00
parent b07e38be02
commit 2c0bab04a0

View File

@@ -6,4 +6,4 @@ ConditionPathExists=/run/ostree-booted
[Service]
Type=oneshot
# ExecStart=/usr/bin/bootc update --apply --quiet
ExecStart=/bin/bash -c '/usr/bin/bootc update --quiet && notify-send -a BlueBuild "Update Installed" "Reboot to apply updates" || notify-send -u critical -a BlueBuild "ERROR: UPDATE FAILED" "Update failed to download/install"'
ExecStart=/bin/bash -c '/usr/bin/bootc update --quiet && notify-send -u critical "Update Installed" "Reboot to apply updates"'