fix console logging

This commit is contained in:
Tobias Powalowski 2022-10-04 10:20:09 +02:00
parent da9199d7ab
commit ad7e124cb4
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
_install_gnome_wayland() {
_PACKAGES="${_WAYLAND_PACKAGE} ${_STANDARD_PACKAGES} ${_STANDARD_BROWSER} ${_GNOME_PACKAGES}"
_prepare_gnome >/dev/tty7 2>&1
_prepare_gnome
}
_start_gnome_wayland() {

View file

@ -3,7 +3,7 @@
_install_gnome() {
_PACKAGES="${_XORG_PACKAGE} ${_VNC_PACKAGE} ${_STANDARD_PACKAGES} ${_STANDARD_BROWSER} ${_GNOME_PACKAGES}"
_prepare_gnome >/dev/tty7 2>&1
_prepare_gnome
}
_start_gnome() {

View file

@ -3,7 +3,7 @@
_install_plasma() {
_PACKAGES="${_XORG_PACKAGE} ${_VNC_PACKAGE} ${_STANDARD_PACKAGES} ${_STANDARD_BROWSER} ${_PLASMA_PACKAGES}"
_prepare_plasma >/dev/tty7 2>&1
_prepare_plasma
}
_start_plasma() {