k3s/scripts/download
Darren Shepherd 6fa7f5b3ae Clean up build scripts
Switch binaries to armhf suffix to be more clean on the on
architecture
2019-01-24 10:51:37 -07:00

10 lines
220 B
Bash
Executable File

#!/bin/bash
ROOT_VERSION=v0.0.1
source $(dirname $0)/version.sh
cd $(dirname $0)/..
curl --compressed -sfL https://github.com/ibuildthecloud/k3s-root/releases/download/${ROOT_VERSION}/k3s-root-${ARCH}.tar | tar xf -