From ea51a005832af7bd67b3a8f9a001673640fdb621 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Thu, 21 May 2026 11:18:36 +0000 Subject: [PATCH] setup.sh aktualisiert --- setup.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 817889c..33843eb 100644 --- a/setup.sh +++ b/setup.sh @@ -1,10 +1,20 @@ #!/bin/ash + +### run as root + apk update # Wayland, Labwc, DBus and Foot-Terminal -apk add wayland labwc foot dbus +apk add wayland labwc foot xterm dbus apk add seatd rc-update add seatd rc-service seatd start -adduser USER seat \ No newline at end of file +adduser USER seat + +apk add cargo wayland-dev libxkbcommon-dev + +cargo install wdotool + +echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.profile +source ~/.profile \ No newline at end of file