From a785dadd3ba339541c54fcc6773c469f236c4de5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 13 Oct 2025 09:08:44 +0300 Subject: [PATCH] deb-update.bash: add rpm-ostree update for KDE Discover awareness? --- bash/deb-update.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 4343bb3..7e99697 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -177,6 +177,10 @@ if [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then rpm-ostree status -v sleep 5 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 rpm-ostree status -v sleep 5