diff --git a/usr/lib/archboot/update/desktop.sh b/usr/lib/archboot/update/desktop.sh index a16627648..fa2de6e51 100644 --- a/usr/lib/archboot/update/desktop.sh +++ b/usr/lib/archboot/update/desktop.sh @@ -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