Files
ChillcraftOS/stage4/06-enable-wayland/00-run.sh
2024-09-11 13:38:16 +01:00

6 lines
103 B
Bash
Executable File

#!/bin/bash -e
on_chroot << EOF
SUDO_USER="${FIRST_USER_NAME}" raspi-config nonint do_wayland W3
EOF