diff --git a/setup_wayland.sh b/setup_wayland.sh index 3a1aeca..0cb36ed 100644 --- a/setup_wayland.sh +++ b/setup_wayland.sh @@ -21,7 +21,7 @@ fi # 2. Repositories aktualisieren und Basispakete installieren echo -e "\n${C_GREEN}[1/6] Installiere Systempakete (Wayland, Labwc, Rust)...${C_RESET}" apk update -apk add wayland labwc foot dbus seatd cargo wayland-dev libxkbcommon-dev build-base bash nano ttf-dejavu ttf-liberation font-noto mesa-dri-gallium mesa-egl mesa-gles xf86-video-modesetting libgbm +apk add wayland labwc foot dbus seatd cargo wayland-dev libxkbcommon-dev build-base bash nano ttf-dejavu ttf-liberation font-noto mesa-dri-gallium mesa-egl mesa-gles xf86-video-modesetting # 3. seatd aktivieren und starten (wichtig für Grafik- und Input-Rechte) echo -e "\n${C_GREEN}[2/6] Konfiguriere und starte den seatd-Dienst...${C_RESET}"