diff --git a/usr/lib/archboot/update/gnome.sh b/usr/lib/archboot/update/gnome.sh index 8057c1483..4b12f609b 100644 --- a/usr/lib/archboot/update/gnome.sh +++ b/usr/lib/archboot/update/gnome.sh @@ -28,8 +28,8 @@ EOF _prepare_gnome() { if ! [[ -e /usr/bin/gnome-session ]]; then _prepare_graphic "${_PACKAGES}" - _configure_gnome >"${_LOG}" 2>&1 fi + _configure_gnome >"${_LOG}" 2>&1 } _install_gnome() { diff --git a/usr/lib/archboot/update/plasma.sh b/usr/lib/archboot/update/plasma.sh index 5cee60f5f..8abab0545 100644 --- a/usr/lib/archboot/update/plasma.sh +++ b/usr/lib/archboot/update/plasma.sh @@ -63,8 +63,8 @@ EOF _prepare_plasma() { if ! [[ -e /usr/bin/startplasma-x11 ]]; then _prepare_graphic "${_PACKAGES}" - _configure_plasma >"${_LOG}" 2>&1 fi + _configure_plasma >"${_LOG}" 2>&1 } _install_plasma() { diff --git a/usr/lib/archboot/update/sway.sh b/usr/lib/archboot/update/sway.sh index 3e6a046a4..e2c8c860a 100644 --- a/usr/lib/archboot/update/sway.sh +++ b/usr/lib/archboot/update/sway.sh @@ -103,8 +103,8 @@ _install_sway() { _PACKAGES="${_WAYLAND_PACKAGE} ${_STANDARD_PACKAGES} ${_SWAY_PACKAGES}" if ! [[ -e /usr/bin/sway ]]; then _prepare_graphic "${_PACKAGES}" - _configure_sway >"${_LOG}" 2>&1 fi + _configure_sway >"${_LOG}" 2>&1 } _start_sway() { diff --git a/usr/lib/archboot/update/xfce.sh b/usr/lib/archboot/update/xfce.sh index 61aefc37c..7543659de 100644 --- a/usr/lib/archboot/update/xfce.sh +++ b/usr/lib/archboot/update/xfce.sh @@ -4,8 +4,8 @@ _install_xfce() { if ! [[ -e /usr/bin/startxfce4 ]]; then _prepare_graphic "${_XORG_PACKAGE} ${_VNC_PACKAGE} ${_STANDARD_PACKAGES} ${_XFCE_PACKAGES}" - _configure_xfce >"${_LOG}" 2>&1 fi + _configure_xfce >"${_LOG}" 2>&1 } _configure_xfce() {