Skip to content

Commit

Permalink
locations are compressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Oct 4, 2024
1 parent 69911b6 commit 2f85624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MY_DATABASE="ec2.db"
sqlite3 "$MY_DATABASE" < create.sql || exit 9

# Locations
curl -O --fail "https://b0.p.awsstatic.com/locations/1.0/aws/current/locations.json" || exit 9
curl -O --fail --compressed "https://b0.p.awsstatic.com/locations/1.0/aws/current/locations.json" || exit 9
perl locations.pl < locations.json || exit 9

# IP Ranges
Expand Down

0 comments on commit 2f85624

Please sign in to comment.