3441133d1c
* Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
if [ ! -d ${ROOTFS_DIR} ]; then
|
|
bootstrap jessie ${ROOTFS_DIR} http://mirrordirector.raspbian.org/raspbian/
|
|
fi
|