remove libgdm

This commit is contained in:
2026-05-21 17:32:32 +00:00
parent a0029b5818
commit de4e04df20

View File

@@ -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}"