diff --git a/usr/lib/archboot/update/gnome.sh b/usr/lib/archboot/update/gnome.sh index 71d61565e..4932f6a72 100644 --- a/usr/lib/archboot/update/gnome.sh +++ b/usr/lib/archboot/update/gnome.sh @@ -30,7 +30,7 @@ _prepare_gnome() { if ! [[ -e /usr/bin/gnome-session ]]; then _prepare_graphic "${_PACKAGES}" fi - _prepare_browser + _prepare_browser >"${_LOG}" 2>&1 _configure_gnome >"${_LOG}" 2>&1 } diff --git a/usr/lib/archboot/update/xfce.sh b/usr/lib/archboot/update/xfce.sh index 350dc149e..d5d659320 100644 --- a/usr/lib/archboot/update/xfce.sh +++ b/usr/lib/archboot/update/xfce.sh @@ -5,7 +5,7 @@ _install_xfce() { if ! [[ -e /usr/bin/startxfce4 ]]; then _prepare_graphic "${_XORG_PACKAGE} ${_VNC_PACKAGE} ${_STANDARD_PACKAGES} ${_XFCE_PACKAGES}" fi - _prepare_browser + _prepare_browser >"${_LOG}" 2>&1 _configure_xfce >"${_LOG}" 2>&1 }