This commit is contained in:
2022-01-24 11:34:25 +08:00
commit 82d8ed35c9
4 changed files with 50 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
apt update
apt install -y language-pack-zh-hans
locale-gen zh_CN.UTF-8
mv /etc/default/locale /etc/default/locale.backup
touch /etc/default/locale
echo LANG="zh_CN.UTF-8" > /etc/default/locale
reboot