Files
2025-09-12 17:17:54 +01:00

6 lines
99 B
Bash
Executable File

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