deb-update.bash: perform somewhat questionable rpm-ostree apply-live --allow-replacement

This commit is contained in:
Aminda Suomalainen 2026-05-06 10:11:54 +03:00
parent 4b854c9ff5
commit bc804ce098
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

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