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