diff --git a/usr/lib/archboot/gnome-wayland.sh b/usr/lib/archboot/gnome-wayland.sh index f7406be2f..976bb01b9 100644 --- a/usr/lib/archboot/gnome-wayland.sh +++ b/usr/lib/archboot/gnome-wayland.sh @@ -8,8 +8,8 @@ _install_gnome_wayland() { _prepare_graphic "${_WAYLAND_PACKAGE} ${_STANDARD_PACKAGES} ${_GNOME_PACKAGES}" >/dev/tty7 2>&1 echo -e "\033[1mStep 4/5:\033[0m Configuring GNOME desktop ..." _configure_gnome_wayland >/dev/tty7 2>&1 - systemd-sysusers - systemd-tmpfiles --create + systemd-sysusers >/dev/tty7 2>&1 + systemd-tmpfiles --create >/dev/tty7 2>&1 fi } diff --git a/usr/lib/archboot/gnome.sh b/usr/lib/archboot/gnome.sh index 7545f7b22..085ca61d8 100644 --- a/usr/lib/archboot/gnome.sh +++ b/usr/lib/archboot/gnome.sh @@ -8,8 +8,8 @@ _install_gnome() { _prepare_graphic "${_XORG_PACKAGE} ${_VNC_PACKAGE} ${_STANDARD_PACKAGES} ${_GNOME_PACKAGES}" >/dev/tty7 2>&1 echo -e "\033[1mStep 4/5:\033[0m Configuring GNOME desktop ..." _configure_gnome >/dev/tty7 2>&1 - systemd-sysusers - systemd-tmpfiles --create + systemd-sysusers >/dev/tty7 2>&1 + systemd-tmpfiles --create >/dev/tty7 2>&1 fi }