mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
chore: Slightly increase update time guesstimation due to initramfs addition
This commit is contained in:
parent
7f7f5b8802
commit
b370cc196e
@ -51,7 +51,7 @@ if command -v ublue-update > /dev/null; then
|
||||
fake_progress() {
|
||||
local value=0
|
||||
while [ ! -f '/tmp/upgrade-check' ]; do
|
||||
sleep 9
|
||||
sleep 10
|
||||
if [ ${value} -lt '100' ]; then
|
||||
echo ${value}'%'
|
||||
value=$(( value + 1 ))
|
||||
|
Loading…
Reference in New Issue
Block a user