更新 install.sh

This commit is contained in:
星光-k
2025-01-09 02:50:24 +00:00
committed by GitHub
parent 06dd30e40d
commit d2c83e533d

View File

@@ -8,6 +8,7 @@ DEFAULT_LANG="zh_CN.UTF-8"
export LC_ALL=$DEFAULT_LANG
echo "$DEFAULT_LANG UTF-8" >> /etc/locale.gen
dpkg-reconfigure locales
locale-gen
# 检测是否是Debian系统
if [ -f /etc/debian_version ]; then