use correct wayland depend for kde

This commit is contained in:
Tobias Powalowski 2022-05-29 22:31:37 +02:00
parent 0338a10622
commit 51134343d0

View file

@ -5,7 +5,7 @@ _install_kde_wayland() {
if ! [[ -e /usr/bin/startplasma-x11 ]]; then
echo -e "\033[1mStep 3/5:\033[0m Installing KDE/Plasma Wayland now ..."
echo " This will need some time ..."
_prepare_graphic "${_WAYLAND_PACKAGES} ${_STANDARD_PACKAGES} ${_KDE_PACKAGES}" >/dev/tty7 2>&1
_prepare_graphic "${_WAYLAND_PACKAGES} ${_STANDARD_PACKAGES} plasma-wayland-session ${_KDE_PACKAGES}" >/dev/tty7 2>&1
echo -e "\033[1mStep 4/5:\033[0m Configuring KDE/Plasma Wayland ..."
_configure_kde_wayland >/dev/tty7 2>&1
else