From db5bbc486ca237d0074c82e3135d95764ea988cb Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 31 Aug 2023 18:12:49 +0200 Subject: [PATCH] longer sleep times --- usr/bin/archboot-pacsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-pacsetup.sh b/usr/bin/archboot-pacsetup.sh index a24b20dd0..be4fe3615 100755 --- a/usr/bin/archboot-pacsetup.sh +++ b/usr/bin/archboot-pacsetup.sh @@ -91,7 +91,7 @@ _task_pacman_keyring_install() { _prepare_pacman() { : > /.archboot _task_pacman_keyring_install & - _progress_wait "0" "99" "Update Arch Linux keyring..." "0.05" + _progress_wait "0" "99" "Update Arch Linux keyring..." "0.1" _progress "100" "Arch Linux keyring is ready." sleep 2 } @@ -121,7 +121,7 @@ _task_update_environment() { _update_environment() { : > /.archboot _task_update_environment & - _progress_wait "0" " 97" "Checking on new online kernel version..." "0.01" + _progress_wait "0" " 97" "Checking on new online kernel version..." "0.05" echo "${_LOCAL_KERNEL} local kernel version and ${_ONLINE_KERNEL} online kernel version." >"${_LOG}" if [[ "${_LOCAL_KERNEL}" == "${_ONLINE_KERNEL}" ]]; then _progress "98" "No new kernel online available. Skipping update environment."