k3s/vendor/github.com/gogo/googleapis/install-protobuf.sh
Darren Shepherd fa08d6076c Update vendor
2019-01-11 21:58:27 -07:00

11 lines
182 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
cd /home/travis
basename=protoc-3.5.1-linux-x86_64
wget https://github.com/google/protobuf/releases/download/v3.5.1/$basename.zip
unzip $basename.zip