1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Initial commit

This commit is contained in:
Darren Shepherd
2015-02-08 21:38:37 -07:00
commit df4a126175
38 changed files with 1351 additions and 0 deletions

11
scripts/install Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -x
cd $(dirname $0)/..
. scripts/build-common
mkdir -p target
rm -rf target/artifacts
cp -rf ${DIST}/artifacts target