linuxOS_AP06/debian/mk-rootfs.sh
2025-06-03 12:28:32 +08:00

8 lines
87 B
Bash
Executable File

#!/bin/bash -e
if [ ! $RELEASE ]; then
RELEASE='stretch'
fi
./mk-rootfs-$RELEASE.sh