setup.sh aktualisiert
This commit is contained in:
14
setup.sh
14
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
|
||||
adduser USER seat
|
||||
|
||||
apk add cargo wayland-dev libxkbcommon-dev
|
||||
|
||||
cargo install wdotool
|
||||
|
||||
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.profile
|
||||
source ~/.profile
|
||||
Reference in New Issue
Block a user