mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Initial commit
This commit is contained in:
11
scripts/install
Executable file
11
scripts/install
Executable 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
|
Reference in New Issue
Block a user