From 399fcf36d99284162d456249f536f09b2965b5dc Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 28 Jul 2025 16:41:34 +0300 Subject: [PATCH] deb-update.bash: add enabling rpm-ostreed-automatic.timer as well --- bash/deb-update.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index f77636c..4343bb3 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -180,6 +180,9 @@ if [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then sleep 5 rpm-ostree status -v sleep 5 + if hash systemctl 2> /dev/null; then + systemctl enable rpm-ostreed-automatic.timer + fi fi # Hide commands being executed again