diff --git a/usr/lib/archboot/plasma-wayland.sh b/usr/lib/archboot/plasma-wayland.sh index eab227a52..926a65792 100644 --- a/usr/lib/archboot/plasma-wayland.sh +++ b/usr/lib/archboot/plasma-wayland.sh @@ -3,7 +3,7 @@ _install_plasma_wayland() { _PACKAGES="${_WAYLAND_PACKAGE} ${_STANDARD_PACKAGES} ${_STANDARD_BROWSER} ${_PLASMA_PACKAGES}" - prepare_plasma >/dev/tty7 2>&1 + _prepare_plasma >/dev/tty7 2>&1 } _start_plasma_wayland() { diff --git a/usr/lib/archboot/plasma.sh b/usr/lib/archboot/plasma.sh index 2c9ca5d8b..6abb4a614 100644 --- a/usr/lib/archboot/plasma.sh +++ b/usr/lib/archboot/plasma.sh @@ -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 >/dev/tty7 2>&1 } _start_plasma() {