log pacman

This commit is contained in:
Tobias Powalowski 2023-08-04 08:48:27 +02:00
parent 44414254be
commit c4fafdc57b

View file

@ -49,7 +49,6 @@ _prepare_graphic() {
done
# install firefox langpacks
if [[ "${_STANDARD_BROWSER}" == "firefox" ]]; then
_progress_wait "60" "69" "Installing firefox langpack..." "0.5"
_LANG="be bg cs da de el fi fr hu it lt lv mk nl nn pl ro ru sk sr uk"
for i in ${_LANG}; do
if grep -q "${i}" /etc/locale.conf; then