mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-18 01:05:48 +01:00
Put protoc in /usr/bin/protoc instead
This commit is contained in:
parent
ffefa0526c
commit
0c57462218
@ -265,5 +265,5 @@ ldconfig
|
|||||||
# Instructions from: https://google.github.io/proto-lens/installing-protoc.html
|
# Instructions from: https://google.github.io/proto-lens/installing-protoc.html
|
||||||
PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip
|
PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip
|
||||||
curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/$PROTOC_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
|
rm -f $PROTOC_ZIP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user