From 0c5746221841985616fad024c808bf48cc21bf71 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Jan 2019 14:58:14 +0200 Subject: [PATCH] Put protoc in /usr/bin/protoc instead --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 67a5c4e2..84a0596c 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -265,5 +265,5 @@ ldconfig # Instructions from: https://google.github.io/proto-lens/installing-protoc.html PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/$PROTOC_ZIP -sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc +sudo unzip -o $PROTOC_ZIP -d /usr bin/protoc rm -f $PROTOC_ZIP