We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69911b6 commit 2f85624Copy full SHA for 2f85624
build/build.sh
@@ -6,7 +6,7 @@ MY_DATABASE="ec2.db"
6
sqlite3 "$MY_DATABASE" < create.sql || exit 9
7
8
# Locations
9
-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
10
perl locations.pl < locations.json || exit 9
11
12
# IP Ranges
0 commit comments