Skip to content

Commit

Permalink
Don't check for github certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Apr 3, 2017
1 parent 258229f commit 594db37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installBazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
INSTALL_DIR=$PWD
cd $HOME
wget https://github.com/bazelbuild/bazel/releases/download/0.4.5/bazel-0.4.5-dist.zip
wget --no-check-certificate https://github.com/bazelbuild/bazel/releases/download/0.4.5/bazel-0.4.5-dist.zip
unzip bazel-0.4.5-dist.zip -d bazel-0.4.5-dist
sudo chmod -R ug+rwx $HOME/bazel-0.4.5-dist
# git clone https://github.com/bazelbuild/bazel.git
Expand Down

0 comments on commit 594db37

Please sign in to comment.