From bc804ce09820b3e5b03d89b1a8cb66c38dd279cd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 6 May 2026 10:11:54 +0300 Subject: [PATCH] deb-update.bash: perform somewhat questionable rpm-ostree apply-live --allow-replacement --- bash/deb-update.bash | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 4e35408..6cafea8 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -191,6 +191,13 @@ if [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then sleep 5 rpm-ostree status -v sleep 5 + + # Somewhat questionable + rpm-ostree apply-live --allow-replacement + chmod --verbose a+x /var/roothome + rpm-ostree status -v + sleep 5 + if hash systemctl 2> /dev/null; then systemctl enable rpm-ostreed-automatic.timer fi