diff --git a/docs/.vuepress/public/v2.sh b/docs/.vuepress/public/v2.sh index 95b1be990..7a1730c1f 100644 --- a/docs/.vuepress/public/v2.sh +++ b/docs/.vuepress/public/v2.sh @@ -22,7 +22,7 @@ BLUE_COLOR='\e[1;34m' PINK_COLOR='\e[1;35m' SHAN='\e[1;33;5m' RES='\e[0m' -GH_PROXY='https://github.abskoop.workers.dev/' +GH_PROXY='https://gh-proxy.com/' clear # Get platform @@ -221,4 +221,4 @@ if [ "$1" = "uninstall" ];then fi else echo -e "${RED_COLOR} 错误的命令${RES}" -fi \ No newline at end of file +fi diff --git a/docs/.vuepress/public/v3.sh b/docs/.vuepress/public/v3.sh index 4905139ea..3f54c843e 100644 --- a/docs/.vuepress/public/v3.sh +++ b/docs/.vuepress/public/v3.sh @@ -40,7 +40,7 @@ elif [ "$platform" = "aarch64" ]; then ARCH=arm64 fi -GH_PROXY='https://github.abskoop.workers.dev/' +GH_PROXY='https://gh-proxy.com/' if [ "$(id -u)" != "0" ]; then echo -e "\r\n${RED_COLOR}出错了,请使用 root 权限重试!${RES}\r\n" 1>&2 @@ -246,4 +246,4 @@ elif [ "$1" = "install" ]; then fi else echo -e "${RED_COLOR} 错误的命令${RES}" -fi \ No newline at end of file +fi