From ea32cccd3b1794643fd46497fdfae8ff18e994a3 Mon Sep 17 00:00:00 2001 From: lsy Date: Sat, 27 Jul 2024 15:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9B=B4=E6=8D=A2=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=97=A0=E6=95=88=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Other.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Menus/Other.sh b/Menus/Other.sh index 0ebb01d..5c42e93 100644 --- a/Menus/Other.sh +++ b/Menus/Other.sh @@ -25,10 +25,8 @@ case "$pick" in read -p "请输入:" lang if [[ -f "/usr/bin/apt-get" ]];then sudo apt-get install -y locales - sudo apt-get install -y language-pack-zh-hans elif [[ -f "/usr/bin/apt" ]];then sudo apt install -y locales - sudo apt install -y language-pack-zh-hans else echo "暂不支持该系统一键更换语言" exit