make message more clear.

This commit is contained in:
Tobias Powalowski 2023-01-16 08:45:13 +01:00
parent 2af58819d4
commit f4ca15e205

View file

@ -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. Continuing in 3 seconds..." 3 70
_dialog --infobox "Packages are already in pacman cache. Skipping update environment.\n\nContinuing in 3 seconds..." 5 70
sleep 3
else
_UPDATE_ENVIRONMENT=""