From 421594c01d36b0069bff68652f10b78fee2b7d8a Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 18 Feb 2023 22:48:30 +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 6ceac93d3..a0de293c9 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -61,7 +61,7 @@ fi HTTP_PREFIX="https://" -ping github.com -t 1 +ping github.com -c 1 if [ "$?" != "0" ];then HTTP_PREFIX="https://ghproxy.com/" fi