summarylogtreecommitdiffstats
path: root/fix-installer-font-dir.patch
blob: 8f829fba6b5e3a366462d3808060163e36fe1217 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /install.sh
--- /install.sh
@@ -248,7 +248,7 @@
   if [[ "system" == "$installpath" ]]; then
     font_dir="/usr/local/share/fonts"
   else
-    font_dir="$HOME/.local/share/fonts"
+    font_dir="release"
   fi
 fi
 font_dir="${font_dir}/NerdFonts"