0552ef239b
Remove ui and staging components
6 lines
129 B
Bash
Executable File
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
|