diff --git a/files/bootc-update/bootc-fetch-apply-updates.service b/files/bootc-update/bootc-fetch-apply-updates.service index 5a6c484..41e2824 100644 --- a/files/bootc-update/bootc-fetch-apply-updates.service +++ b/files/bootc-update/bootc-fetch-apply-updates.service @@ -6,4 +6,4 @@ ConditionPathExists=/run/ostree-booted [Service] Type=oneshot # 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"'