Skip to content

Commit 077977c

Browse files
committed
Merge pull request #120 from robsonq/install_sh_fix
Fixed wrong fonts directory in install.sh
2 parents dfe9c53 + 4f1baa0 commit 077977c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ `uname` == 'Darwin' ]]; then
1010
font_dir="$HOME/Library/Fonts"
1111
else
1212
# Linux
13-
font_dir="$HOME/.fonts"
13+
font_dir="$HOME/.local/share/fonts"
1414
mkdir -p $font_dir
1515
fi
1616

0 commit comments

Comments
 (0)