deb-update.bash: sleep after rpm-ostree

This commit is contained in:
Aminda Suomalainen 2025-05-12 20:44:30 +03:00
parent b5f93fa386
commit 1005790a58
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -60,6 +60,8 @@ if [[ -f /usr/bin/dnf && ! -d /sysroot/ostree ]]; then
dnf "$@" autoremove
elif [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then
rpm-ostree upgrade
# This may flash far too fast otherwise
sleep 5
fi
# Arch Linux package management