瀏覽代碼

Merge pull request #120 from robsonq/install_sh_fix

Fixed wrong fonts directory in install.sh
pull/152/head
Kim Silkebækken 8 年之前
父節點
當前提交
077977c27c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh 查看文件

@ -10,7 +10,7 @@ if [[ `uname` == 'Darwin' ]]; then
font_dir="$HOME/Library/Fonts"
else
# Linux
font_dir="$HOME/.fonts"
font_dir="$HOME/.local/share/fonts"
mkdir -p $font_dir
fi

Loading…
取消
儲存