File: install-protobuf.sh

package info (click to toggle)
golang-github-gogo-googleapis 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, sid, trixie
  • size: 1,128 kB
  • sloc: makefile: 208; sh: 6
file content (12 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

set -ex

cd /home/travis

VERSION=3.9.1

wget https://github.com/protocolbuffers/protobuf/releases/download/v$VERSION/protoc-$VERSION-linux-x86_64.zip
unzip protoc-$VERSION-linux-x86_64.zip
rm -rf protoc-$VERSION-linux-x86_64.zip