From d881d5e1794bb42c85afffa92e55c912520e7951 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:21:40 -0400 Subject: [PATCH] Revert "Add notification for updates" This reverts commit 3c8b856e8093e1513d4d66e85c7e549b56887852. --- files/bootc-update/bootc-fetch-apply-updates.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bootc-update/bootc-fetch-apply-updates.service b/files/bootc-update/bootc-fetch-apply-updates.service index 41e2824..5a6c484 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=/bin/bash -c '/usr/bin/bootc update --quiet && notify-send -u critical "Update Installed" "Reboot to apply updates"' +ExecStart=/usr/bin/bootc update --quiet