From fd74303e3fbfa53b63fb0e246205898847f3e4ce Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sun, 10 Nov 2024 12:47:56 +0100 Subject: [PATCH] chore: enable podman-auto-update timer --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9854191..de79055 100755 --- a/build.sh +++ b/build.sh @@ -68,7 +68,7 @@ EOF # systemctl enable docker.socket systemctl enable podman.socket -systemctl enable podman-auto-update.service +systemctl enable podman-auto-update.timer # systemctl enable tailscaled.service systemctl enable -f --global flatpak-setup.service systemctl enable -f --global azure-topgrade.service