From 3681072313f57478927db2f989083c6af928f1fe Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 3 Aug 2023 15:58:29 +0200 Subject: [PATCH] fix pacsetup --- usr/bin/archboot-pacsetup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/bin/archboot-pacsetup.sh b/usr/bin/archboot-pacsetup.sh index 490119bc6..e0cf82af1 100755 --- a/usr/bin/archboot-pacsetup.sh +++ b/usr/bin/archboot-pacsetup.sh @@ -120,13 +120,13 @@ _update_environment() { if [[ "${_LOCAL_KERNEL}" == "${_ONLINE_KERNEL}" ]]; then _progress "98" "No new kernel online available. Skipping update environment." sleep 2 + _progress "100" "Pacman configuration completed successfully." + sleep 2 else - _progress "98" "New kernel online available." + _progress "100" "New kernel online available. Asking for update..." echo ${_ONLINE_KERNEL} > /.new_kernel sleep 2 fi - _progress "100" "Pacman configuration completed successfully." - sleep 2 } _check