File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ if [ -z $(which less) ]; then
8686 dpkg --add-architecture i386
8787 apt update
8888fi
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
9090apt install --yes --no-install-recommends less:i386
9191echo -e "127.1 $1 \n::1 $1 " > /etc/hosts
9292sed -i 's/# en_US.UTF-8/en_US.UTF-8/g' /etc/locale.gen
139139# Save space
140140rm -rfv /usr/share/doc
141141rm -rfv /usr/share/man
142+ rm -fv /usr/share/fonts/opentype/noto/*.ttc
142143/bin/rm -rfv /tmp/*
143144apt autopurge --yes
144145apt clean
You can’t perform that action at this time.
0 commit comments