deb-update.bash: add enabling rpm-ostreed-automatic.timer as well

This commit is contained in:
Aminda Suomalainen 2025-07-28 16:41:34 +03:00
parent 30d9e71f85
commit 399fcf36d9
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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