Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jul 4, 2024
1 parent 9966a78 commit c10c6f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/_build/
/_opam/
/lib-satysfi/dist/fonts/
/temp/IPAexfont00401/
/temp/latinmodern-math-1959/
/temp/*.zip
3 changes: 2 additions & 1 deletion download-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ download_file() {
show_message "'$NAME' found in '$CACHE/'."
else
show_message "downloading '$NAME' ..."
wget --no-check-certificate --output "$CACHE/$NAME" "$URL"
wget --no-check-certificate --output-document "$CACHE/$NAME" "$URL"
show_message "finished downloading '$NAME'."
validate_file "$NAME"
fi
)
}
Expand Down
3 changes: 0 additions & 3 deletions temp/.gitignore

This file was deleted.

0 comments on commit c10c6f3

Please sign in to comment.