Files
ChillcraftOS/stage0/prerun.sh
2025-03-21 10:25:29 -07:00

6 lines
121 B
Bash
Executable File

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