From 4f1baa01f87614e12d873d22616119bec0acc810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chroboci=C5=84ski?= Date: Sat, 27 Jun 2015 22:52:12 +0200 Subject: [PATCH] Fixed wrong fonts directory in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a18a7fc..688dd51 100755 --- a/install.sh +++ b/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