Skip to content

Commit

Permalink
added no cert check for wget
Browse files Browse the repository at this point in the history
  • Loading branch information
harishp8889 committed Oct 1, 2021
1 parent 0686f8f commit b343a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ win-install-local-db:
mv -f cockroach-v21.1.8.windows-6.2-amd64/ .cockroach

unix-install-local-db:
wget https://binaries.cockroachdb.com/cockroach-v21.1.8.linux-amd64.tgz -O temp.tgz
wget https://binaries.cockroachdb.com/cockroach-v21.1.8.linux-amd64.tgz -O temp.tgz --no-check-certificate
tar zxvf temp.tgz
rm -rf temp.tgz
mv -f cockroach-v21.1.8.linux-amd64/ .cockroach
Expand Down

0 comments on commit b343a67

Please sign in to comment.