mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-07-29 18:17:21 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user