stage4: Disable wayvnc

This commit is contained in:
Serge Schneider
2025-09-04 19:11:34 +01:00
parent 7f6d20cae1
commit f9160c08b2

View File

@@ -0,0 +1,5 @@
#!/bin/bash -e
on_chroot <<- EOF
SUDO_USER="${FIRST_USER_NAME}" raspi-config nonint do_vnc 1
EOF