remove gettext too

This commit is contained in:
Tobias Powalowski 2024-06-13 07:37:01 +02:00
parent 44b731f4b4
commit 2feea9568d

View file

@ -84,7 +84,7 @@ if ! archboot-fw-check.sh run; then
fi fi
_result fw-error.txt _result fw-error.txt
# uninstall base again! # uninstall base again!
pacman --noconfirm -Rdd base &>>"${_LOG}" pacman --noconfirm -Rdd base gettext &>>"${_LOG}"
echo "Starting pacman database check in 5 seconds... CTRL-C to stop now." echo "Starting pacman database check in 5 seconds... CTRL-C to stop now."
read -t 5 read -t 5
_run_test "pacman database ... this takes a while" _run_test "pacman database ... this takes a while"