Skip to content

Commit aa8dfa8

Browse files
author
Yuchen Deng
committed
默认添加wqy字体,精简noto
1 parent be15b24 commit aa8dfa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base-config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if [ -z $(which less) ]; then
8686
dpkg --add-architecture i386
8787
apt update
8888
fi
89-
apt install --yes --no-install-recommends sudo procps pulseaudio libpam-systemd locales xdg-utils dbus-x11 dex bash-completion neofetch nano
89+
apt install --yes --no-install-recommends sudo procps pulseaudio libpam-systemd locales xdg-utils dbus-x11 dex bash-completion neofetch nano fonts-wqy-microhei
9090
apt install --yes --no-install-recommends less:i386
9191
echo -e "127.1 $1\n::1 $1" > /etc/hosts
9292
sed -i 's/# en_US.UTF-8/en_US.UTF-8/g' /etc/locale.gen
@@ -139,6 +139,7 @@ fi
139139
# Save space
140140
rm -rfv /usr/share/doc
141141
rm -rfv /usr/share/man
142+
rm -fv /usr/share/fonts/opentype/noto/*.ttc
142143
/bin/rm -rfv /tmp/*
143144
apt autopurge --yes
144145
apt clean

0 commit comments

Comments
 (0)