mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-06-02 04:57:20 +02:00
deb-update.bash: sleep after rpm-ostree
This commit is contained in:
parent
b5f93fa386
commit
1005790a58
@ -60,6 +60,8 @@ if [[ -f /usr/bin/dnf && ! -d /sysroot/ostree ]]; then
|
|||||||
dnf "$@" autoremove
|
dnf "$@" autoremove
|
||||||
elif [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then
|
elif [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then
|
||||||
rpm-ostree upgrade
|
rpm-ostree upgrade
|
||||||
|
# This may flash far too fast otherwise
|
||||||
|
sleep 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Arch Linux package management
|
# Arch Linux package management
|
||||||
|
Loading…
x
Reference in New Issue
Block a user