mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-05-11 18:28:10 +02:00
deb-update.bash: perform somewhat questionable rpm-ostree apply-live --allow-replacement
This commit is contained in:
parent
4b854c9ff5
commit
bc804ce098
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user