Browse Source

Merge pull request #202 from cryptorick/obsd01

Update install.sh to help OpenBSD users
pull/140/merge
Nikolai Aleksandrovich Pavlov 7 years ago
committed by GitHub
parent
commit
b1679cac93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh View File

@ -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…
Cancel
Save