deb-update.bash: add rpm-ostree update for KDE Discover awareness?

This commit is contained in:
Aminda Suomalainen 2025-10-13 09:08:44 +03:00
parent 6a9224d0a6
commit a785dadd3b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -177,6 +177,10 @@ if [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then
rpm-ostree status -v rpm-ostree status -v
sleep 5 sleep 5
rpm-ostree upgrade rpm-ostree upgrade
# Reduntant, but KDE Discover uses this undocumented (in man page?)
# alias(?) for updating and thus it's required for attaching to existing
# process?
rpm-ostree update
sleep 5 sleep 5
rpm-ostree status -v rpm-ostree status -v
sleep 5 sleep 5