mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 17:09:54 +00:00
11 lines
182 B
Bash
Executable File
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
|
|
|