Skip to content

Commit

Permalink
--no-check-certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
孟宁 authored and mengning committed Dec 30, 2024
1 parent c589945 commit 0fb46e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ case "$1" in
rm -rf ninja2.tar.gz ninja2/ install.sh
;;
*)
wget -c https://github.com/ninja-cloudbuild/ninja2/releases/download/v2.0.0/ninja2.tar.gz
wget -c --no-check-certificate https://github.com/ninja-cloudbuild/ninja2/releases/download/v2.0.0/ninja2.tar.gz
tar -zxvf ninja2.tar.gz
install
rm -rf ninja2.tar.gz ninja2/ install.sh
Expand Down

0 comments on commit 0fb46e2

Please sign in to comment.