diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 6eaf54bb8..f472f6f63 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -64,7 +64,7 @@ _enable_testing() { _update_environment() { if [[ -d "/var/cache/pacman/pkg" ]] && [[ -n "$(ls -A "/var/cache/pacman/pkg")" ]]; then echo "Packages are already in pacman cache..." >"${_LOG}" - _dialog --infobox "Packages are already in pacman cache. Skipping update environment.\nContinuing in 3 seconds..." 4 50 + _dialog --infobox "Packages are already in pacman cache.\nSkipping update environment.\nContinuing in 3 seconds..." 4 50 sleep 3 else _UPDATE_ENVIRONMENT=""