6 lines
133 B
Bash
Executable File
6 lines
133 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
if [ ! -d "${ROOTFS_DIR}" ]; then
|
|
bootstrap stretch "${ROOTFS_DIR}" http://mirrordirector.raspbian.org/raspbian/
|
|
fi
|