From 5fbfb992c7895d45724dabc7f956f295048dea63 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 8 Nov 2024 21:18:58 -0800 Subject: [PATCH] release/2024-11-08 - Small fix to font script Signed-off-by: Dave Richer --- .platform/hooks/predeploy/00-install-fonts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform/hooks/predeploy/00-install-fonts.sh b/.platform/hooks/predeploy/00-install-fonts.sh index af9d08b0b..6f740d0c7 100644 --- a/.platform/hooks/predeploy/00-install-fonts.sh +++ b/.platform/hooks/predeploy/00-install-fonts.sh @@ -13,7 +13,7 @@ wget https://images.imex.online/fonts/montserrat.zip -O montserrat.zip unzip montserrat.zip -d montserrat # Move the font files to the system fonts directory -mv montserrat/*.ttf /usr/share/fonts +mv montserrat/montserrat/*.ttf /usr/share/fonts # Rebuild the font cache fc-cache -fv