linuxOS_AP05/debian/mk-rootfs.sh
2025-09-26 09:40:02 +08:00

8 lines
87 B
Bash
Executable File

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