mirror of
https://github.com/rancher/os.git
synced 2025-06-22 13:07:04 +00:00
12 lines
212 B
Bash
Executable File
12 lines
212 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
apt-get update
|
|
apt-get install -y curl rsync build-essential syslinux xorriso libblkid-dev libmount-dev libselinux1-dev
|
|
|
|
go clean -i net
|
|
go install -tags netgo std
|