From 8420961cf776ed8b6c789f4ba18f7d67b6e80809 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 18 Feb 2023 22:54:58 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index a0de293c9..478586404 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -61,7 +61,7 @@ fi HTTP_PREFIX="https://" -ping github.com -c 1 +curl --insecure -fsSL -m 10 https://github.com if [ "$?" != "0" ];then HTTP_PREFIX="https://ghproxy.com/" fi