set -e echo "Fixing CJK fonts..." sudo wget https://gitlab.aiursoft.cn/anduin/anduinos/-/raw/master/src/mods/15-fonts-mod/local.conf -O /etc/fonts/local.conf wget -P /tmp https://gitlab.aiursoft.cn/anduin/anduinos/-/raw/master/src/mods/15-fonts-mod/fonts.zip sudo unzip -o /tmp/fonts.zip -d /usr/share/fonts/ rm -f /tmp/fonts.zip sudo fc-cache -fv