deb-update.bash: tell rpm-ostree status also after checking for upgrades

This commit is contained in:
Aminda Suomalainen 2025-07-24 07:46:48 +03:00
parent 2f3cffb4c5
commit 684e1f4386
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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