Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Apr 12, 2024
1 parent c0d76d2 commit 92046d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ if [ -z "$INPUT_INSTALLGOOGLEFONT" ]; then
echo "No font family defined"
else
echo "Installing $INPUT_INSTALLGOOGLEFONT"
wget -O $INPUT_INSTALLGOOGLEFONT.zip
https://fonts.google.com/download/list?family=$INPUT_INSTALLGOOGLEFONT
wget -O $INPUT_INSTALLGOOGLEFONT.zip https://fonts.google.com/download/list?family=$INPUT_INSTALLGOOGLEFONT
unzip -d $INPUT_INSTALLGOOGLEFONT/ $INPUT_INSTALLGOOGLEFONT.zip
mv $INPUT_INSTALLGOOGLEFONT /usr/share/fonts/
rm -rf $INPUT_INSTALLGOOGLEFONT.zip
Expand Down

0 comments on commit 92046d2

Please sign in to comment.