Update install_dev.sh

This commit is contained in:
dami 2025-08-18 17:41:12 +08:00
parent f16a2a7fec
commit 35904bd79d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if [ "$LOCAL_ADDR" != "common" ];then
PROXY_URL["gh_proxy_com"]="https://gh-proxy.com/"
PROXY_URL["ghproxy_link"]="https://ghproxy.link/"
PROXY_URL["gitclone_com"]="https://gitclone.com/"
PROXY_URL["source"]="https://"
SOURCE_LIST_KEY_SORT_TMP=$(echo ${!PROXY_URL[@]} | tr ' ' '\n' | sort -n)