We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a88c4 commit d164643Copy full SHA for d164643
el9/get-protoc.sh
@@ -17,4 +17,5 @@ case $(uname -m) in
17
esac
18
19
curl -LO "$PB_REL/download/v$VSN/protoc-$VSN-linux-$ARCH.zip"
20
-unzip "protoc-$VSN-linux-$ARCH.zip" -d /usr/local/bin
+# zip contains `bin/protoc`
21
+unzip "protoc-$VSN-linux-$ARCH.zip" -d /usr/local/
0 commit comments