From 2485a83f2ce0e0e0f5c8f228d0fdc6690fdb24ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:45:34 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index e8bbc8e..2b298f4 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -7,7 +7,7 @@ if [ "$EUID" -ne 0 ]; then fi # 默认语言环境 -DEFAULT_LANG="en_US.UTF-8" +DEFAULT_LANG="en_GB.UTF-8" # 检查是否使用中国镜像源 USE_CN_MIRROR=false # 控制调试输出