From 26d2b9d1a7ffdb888bf24d0d7c496b6c9d6ce44b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 1 Jun 2025 06:53:58 +0300 Subject: [PATCH] deb-update.bash: add rpm-ostree status -v --- bash/deb-update.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 719daa5..2e551ab 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -63,6 +63,8 @@ elif [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then sleep 5 rpm-ostree upgrade sleep 5 + rpm-ostree status -v + sleep 5 fi # Arch Linux package management