Skip to content

Commit

Permalink
Follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed May 8, 2024
1 parent 28e5051 commit a3b07db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/garmin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ NATION = $(notdir $(patsubst %/,%,$COUNTRY))

$(MKGMAP):
$(dir_guard)
curl -s "$(MKGMAP_URL)" | bsdtar --strip-components 1 -xf- -C "$(MKGMAP_DIR)"
curl -sL "$(MKGMAP_URL)" | bsdtar --strip-components 1 -xf- -C "$(MKGMAP_DIR)"

$(SPLITTER): $(MKGMAP)
curl -s "$(SPLITTER_URL)" -o "$@"
curl -sL "$(SPLITTER_URL)" -o "$@"

$(SEA):
$(dir_guard)
Expand Down

0 comments on commit a3b07db

Please sign in to comment.