add 5 secons waiting before pacman database check is run

This commit is contained in:
Tobias Powalowski 2024-06-13 07:30:40 +02:00
parent 94cafb754e
commit d57230a989

View file

@ -85,6 +85,8 @@ fi
_result fw-error.txt
# uninstall base again!
pacman --noconfirm -Rdd base &>>"${_LOG}"
echo "Starting pacman database check in 5 seconds... CTRL-C to stop now."
read -t 5
_run_test "pacman database ... this takes a while"
archboot-not-installed.sh &>>"${_LOG}"
_result not-installed.txt