From a1bc0f6faf8b1333544114f43596d47d08d9430c Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 18 Feb 2023 22:58:21 +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 478586404..18159f878 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -61,7 +61,7 @@ fi HTTP_PREFIX="https://" -curl --insecure -fsSL -m 10 https://github.com +curl --insecure -fsSL -m 1 https://github.com if [ "$?" != "0" ];then HTTP_PREFIX="https://ghproxy.com/" fi