mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-10-14 17:47:26 +02:00
deb-update.bash: add enabling rpm-ostreed-automatic.timer as well
This commit is contained in:
parent
30d9e71f85
commit
399fcf36d9
@ -180,6 +180,9 @@ if [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then
|
|||||||
sleep 5
|
sleep 5
|
||||||
rpm-ostree status -v
|
rpm-ostree status -v
|
||||||
sleep 5
|
sleep 5
|
||||||
|
if hash systemctl 2> /dev/null; then
|
||||||
|
systemctl enable rpm-ostreed-automatic.timer
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
|
Loading…
x
Reference in New Issue
Block a user