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