mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
macOS install fixes
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
a9ad7c3d1b
commit
3a6a9c1d9a
@ -38,9 +38,9 @@ amd64|386)
|
|||||||
elif [ "$GOOS" = linux ]; then
|
elif [ "$GOOS" = linux ]; then
|
||||||
wget -O $PROTOBUF_DIR/protobuf "https://github.com/google/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-linux-x86_64.zip"
|
wget -O $PROTOBUF_DIR/protobuf "https://github.com/google/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-linux-x86_64.zip"
|
||||||
elif [ "$GOOS" = darwin ]; then
|
elif [ "$GOOS" = darwin ]; then
|
||||||
wget -O $PROTOBUF_DIR/protobuf "https://github.com/google/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-osx-x86_64.zip"
|
curl -Lo $PROTOBUF_DIR/protobuf "https://github.com/google/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-osx-x86_64.zip"
|
||||||
fi
|
fi
|
||||||
unzip $PROTOBUF_DIR/protobuf -d /usr/local
|
unzip $PROTOBUF_DIR/protobuf -x readme.txt -d /usr/local
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ppc64le)
|
ppc64le)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user