Skip to content

Commit

Permalink
Fixed wrong fonts directory in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
robchrob committed Jun 27, 2015
1 parent 97dc451 commit 4f1baa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f1baa0

Please sign in to comment.