Skip to content

Commit

Permalink
use new backup site download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hholzgra committed Apr 6, 2024
1 parent b1b16c5 commit 3831771
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions inc/fonts/hanazono.sh
Expand Up @@ -5,10 +5,7 @@ FONTDIR=/usr/local/share/fonts/truetype/hanazono
mkdir -p $FONTDIR

cd $DOWNLOADDIR
# the site had let its certificate expire multiple times
# so we won't check for that here
# see also https://github.com/gravitystorm/openstreetmap-carto/issues/4864
wget --timestamping --no-check-certificate https://osdn.net/frs/redir.php?f=hanazono-font%2F68253%2Fhanazono-20170904.zip -O hanazono.zip
wget --timestamping 'https://mirrors.dotsrc.org/osdn/hanazono-font/68253/hanazono-20170904.zip' -O hanazono.zip

cd $FONTDIR
unzip -oqq "$DOWNLOAD_DIR/hanazono.zip" HanaMinA.ttf HanaMinB.ttf
Expand Down

0 comments on commit 3831771

Please sign in to comment.