clic-rpi-image/stage0/prerun.sh
Serge Schneider 0552ef239b Update to Buster
Remove ui and staging components
2019-06-07 15:45:15 +01:00

6 lines
129 B
Bash
Executable file

#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
bootstrap buster "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
fi