From c162faa0d3856a497cb1db13b12614fdc90d7b4b Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 23 Feb 2024 20:43:08 +0330 Subject: [PATCH] fix: font installer --- setup/font.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/font.sh b/setup/font.sh index 6e64da1..c6abf0a 100755 --- a/setup/font.sh +++ b/setup/font.sh @@ -5,5 +5,5 @@ install_ttf_font() { sudo fc-cache -f -v } -cd ../host/fonts +cd ../host/ui/fonts install_ttf_font