alpine-setup/system/installbasics.sh
2024-07-26 17:01:46 +02:00

14 lines
226 B
Bash
Executable File

#!/bin/sh
# RUN AFTER DESKTOP SETUP!
apk add doas dbus dbus-x11 elogind polkit-elogind xfce-polkit
rc-update add dbus
rc-update add elogind
service dbus start
service elogind start
echo "Done. Remember configuring doas!"