Welcome to the Raspberry Pi forums.
kurorah wrote: ↑Fri Mar 13, 2020 2:53 pm
I have a network of 40 or so pis that are set up to download updates I make to a script in dropbox and run it. These Pis are all set to boot to GUI and I need a command or a file to edit to change all of these in bulk without running through raspi-config on each of these devices.
Any help would be appreciated! Thank you!
The shell/CLI version of the
raspi-config utility is a shell script, so it can be examined to determine what action it undertakes in response to each of the menu options. You could then replicate the corresponding actions in your own script. Alternatively, I believe it has a no-interface option that is used by the GUI implementation - perhaps you could call those routines yourself?