Skip to content

Commit d488c96

Browse files
author
Wenhua Zhang
committed
feat: update install-googleapis.sh to make it work
1 parent 3c35352 commit d488c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/protos/install-googleapis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
55
go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger
66
go get -u github.com/golang/protobuf/protoc-gen-go
77

8-
wget http://central.maven.org/maven2/com/google/api/grpc/googleapis-common-protos/0.0.3/googleapis-common-protos-0.0.3.jar
8+
wget https://repo1.maven.org/maven2/com/google/api/grpc/googleapis-common-protos/0.0.3/googleapis-common-protos-0.0.3.jar
99
jar xvf googleapis-common-protos-0.0.3.jar
1010
cp -r google/ $HOME/protobuf/include/
1111
ls -l

0 commit comments

Comments
 (0)