Skip to content

Commit 594db37

Browse files
committed
Don't check for github certificate
1 parent 258229f commit 594db37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installBazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
INSTALL_DIR=$PWD
88
cd $HOME
9-
wget https://github.com/bazelbuild/bazel/releases/download/0.4.5/bazel-0.4.5-dist.zip
9+
wget --no-check-certificate https://github.com/bazelbuild/bazel/releases/download/0.4.5/bazel-0.4.5-dist.zip
1010
unzip bazel-0.4.5-dist.zip -d bazel-0.4.5-dist
1111
sudo chmod -R ug+rwx $HOME/bazel-0.4.5-dist
1212
# git clone https://github.com/bazelbuild/bazel.git

0 commit comments

Comments
 (0)