Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Sep 29, 2017
1 parent 98b4997 commit 4951d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ PROTO_VERSION=3.3.0

curl -OL https://github.com/google/protobuf/releases/download/v${PROTO_VERSION}/protoc-${PROTO_VERSION}-linux-x86_64.zip

unzip -fo protoc-${PROTO_VERSION}-linux-x86_64.zip -d ${HOME}/protoc3
unzip -o protoc-${PROTO_VERSION}-linux-x86_64.zip -d ${HOME}/protoc3
rm protoc-${PROTO_VERSION}-linux-x86_64.zip

0 comments on commit 4951d2d

Please sign in to comment.