Add notification for updates

This commit is contained in:
Gerald Pinder
2025-03-24 00:27:18 -04:00
parent 0bf0560fe6
commit 3c8b856e80

View File

@@ -6,4 +6,4 @@ ConditionPathExists=/run/ostree-booted
[Service] [Service]
Type=oneshot Type=oneshot
# ExecStart=/usr/bin/bootc update --apply --quiet # ExecStart=/usr/bin/bootc update --apply --quiet
ExecStart=/usr/bin/bootc update --quiet ExecStart=/bin/bash -c '/usr/bin/bootc update --quiet && notify-send -u critical "Update Installed" "Reboot to apply updates"'