From 684e1f43860ab6b1e3055f215edc366ac305490b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 24 Jul 2025 07:46:48 +0300 Subject: [PATCH] deb-update.bash: tell rpm-ostree status also after checking for upgrades --- bash/deb-update.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 5371aaa..329bdfc 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -162,6 +162,7 @@ fi if [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then rpm-ostree upgrade --check + rpm-ostree status -v sleep 5 rpm-ostree upgrade sleep 5