From 9a81a5412e9593db304733295d0bbd5fc69dab9c Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 10 Jan 2025 13:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ubuntu-lang.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ubuntu-lang.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ubuntu-lang.sh diff --git a/ubuntu-lang.sh b/ubuntu-lang.sh new file mode 100644 index 0000000..bb22604 --- /dev/null +++ b/ubuntu-lang.sh @@ -0,0 +1,4 @@ +apt update && sudo apt upgrade -y +apt install language-pack-zh-hans fonts-noto-cjk +locale-gen zh_CN.UTF-8 +echo "LANG=zh_CN.UTF-8" | tee /etc/locale.conf \ No newline at end of file