From ab60fbbd1e1dade4153bd35fcb07a4bc0fa702b9 Mon Sep 17 00:00:00 2001 From: RoyalOughtness <129108030+RoyalOughtness@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:15:25 -0800 Subject: [PATCH] fix: ensure podman auto updates for system as well as uesr (#573) --- files/scripts/enablecommonautoupdate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/scripts/enablecommonautoupdate.sh b/files/scripts/enablecommonautoupdate.sh index f6760dc..045422a 100644 --- a/files/scripts/enablecommonautoupdate.sh +++ b/files/scripts/enablecommonautoupdate.sh @@ -4,4 +4,5 @@ set -oue pipefail systemctl enable rpm-ostreed-automatic.timer -systemctl --global enable podman-auto-update.timer \ No newline at end of file +systemctl enable podman-auto-update.timer +systemctl --global enable podman-auto-update.timer