1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 21:17:02 +00:00
os/scripts/prepare
2016-05-06 10:58:54 -07:00

16 lines
165 B
Bash
Executable File

#!/bin/bash
set -e
source $(dirname $0)/version
cd $(dirname $0)
if [ ! -e ./bin/host_ros ]; then
./build
fi
./template
./build-images
./tar-images
./layout