Files
showpiece-pi/stage4/06-enable-wayland/00-run.sh
2025-08-19 15:23:07 +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 W2
EOF