6 lines
129 B
Bash
Raw Normal View History

2016-04-11 07:29:41 +01:00
#!/bin/bash -e
2016-04-11 07:29:41 +01:00
if [ ! -d ${ROOTFS_DIR} ]; then
2017-07-17 14:15:48 +01:00
bootstrap stretch ${ROOTFS_DIR} http://mirrordirector.raspbian.org/raspbian/
2016-04-11 07:29:41 +01:00
fi