瀏覽代碼

Merge pull request #202 from cryptorick/obsd01

Update install.sh to help OpenBSD users
pull/140/merge
Nikolai Aleksandrovich Pavlov 7 年之前
committed by GitHub
父節點
當前提交
b1679cac93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh 查看文件

@ -16,7 +16,7 @@ fi
# Copy all fonts to user fonts directory
echo "Copying fonts..."
eval $find_command | xargs -0 -I % cp "%" "$font_dir/"
eval $find_command | xargs -0 -n1 -I % cp "%" "$font_dir/"
# Reset font cache on Linux
if command -v fc-cache @>/dev/null ; then

Loading…
取消
儲存