1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 04:57:04 +00:00
os/scripts/install

12 lines
138 B
Plaintext
Raw Normal View History

2015-02-09 04:38:37 +00:00
#!/bin/bash
set -x
cd $(dirname $0)/..
. scripts/build-common
mkdir -p target
rm -rf target/artifacts
cp -rf ${DIST}/artifacts target