From 1005790a5866872102f4e851a200d8661591089a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 12 May 2025 20:44:30 +0300 Subject: [PATCH] deb-update.bash: sleep after rpm-ostree --- bash/deb-update.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 698731b..7ff1995 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -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