From 6816c6a3e989924bb889f3c288b028d5b2998b16 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Sun, 21 Sep 2025 16:07:44 +0800 Subject: [PATCH] Update gost.sh --- gost/gost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gost/gost.sh b/gost/gost.sh index 78bdfb8..c95adba 100644 --- a/gost/gost.sh +++ b/gost/gost.sh @@ -74,11 +74,11 @@ function Install_ct() { gh_proxy_prefix="" if [[ "$loc" == "CN" ]]; then echo -e "检测到服务器位于中国大陆,GitHub 下载可能较慢。" - read -e -p "是否使用 GitHub 加速代理? [y/n]:" use_proxy + read -e -p "是否使用 GitHub 国内加速源? [y/n]:" use_proxy [[ -z $use_proxy ]] && use_proxy="y" if [[ $use_proxy == [Yy] ]]; then - read -e -p "请输入加速域名(回车使用内置加速域名:https://gh-proxy.com):" input_proxy + read -e -p "请输入加速域名(回车使用默认:https://gh-proxy.com):" input_proxy [[ -z $input_proxy ]] && input_proxy="https://gh-proxy.com" gh_proxy_prefix="${input_proxy}/" fi