1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

fix(install): remove commands checking

This commit is contained in:
wsdjeg 2023-02-21 18:59:49 +08:00
parent 996a79fb11
commit 4c07aa025f

View File

@ -364,8 +364,8 @@ install_fonts () {
fi
cp $HOME/.local/share/fonts/* $HOME/Library/Fonts/
else
need_cmd 'mkfontdir'
need_cmd 'mkfontscale'
# need_cmd 'mkfontdir'
# need_cmd 'mkfontscale'
fc-cache -fv > /dev/null
mkfontdir "$HOME/.local/share/fonts" > /dev/null
mkfontscale "$HOME/.local/share/fonts" > /dev/null