silence output

This commit is contained in:
Tobias Powalowski 2024-06-16 13:37:04 +02:00
parent d49e45f540
commit bbdd66e4bb
2 changed files with 2 additions and 2 deletions

View file

@ -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
}

View file

@ -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
}