From 6980e7d78ab327c33d1c40855952faade7c4fa52 Mon Sep 17 00:00:00 2001 From: "Federico M. Facca" Date: Fri, 12 Apr 2024 14:11:32 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 35ffd0c..28d86c4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ if [ -z "$INPUT_INSTALLGOOGLEFONT" ]; then echo "No font family defined" else echo "Installing $INPUT_INSTALLGOOGLEFONT" - ./google-font-download -f ttf --url="https://fonts.google.com/?selection.family=$INPUT_INSTALLGOOGLEFONT" -o /usr/share/fonts/ + ./google-font-download -f ttf --url="https://fonts.google.com/?selection.family=$INPUT_INSTALLGOOGLEFONT" -o /usr/share/fonts/font.ttf fc-cache -fv fi