diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-02 21:41:22 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-02 21:41:22 +1000 |
commit | 64e6b4e49bcd8bf8829bdcf627e7e87086588c36 (patch) | |
tree | 263b9b4c45cefc30222e4ac8e77e819b2d95e89d /Makefile | |
parent | b6edde915f4fb6d787223e9f09d99fa31f0ac97e (diff) |
no verbose wget
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # it's a mirror of the upstream VICMAP data with split shp files reduced to a single shp file downloadVicmap: mkdir -p data - wget --directory-prefix=data https://www.alantgeo.com.au/share/VICMAP_ADDRESS.zip + wget --no-verbose --directory-prefix=data https://www.alantgeo.com.au/share/VICMAP_ADDRESS.zip unzip: data/VICMAP_ADDRESS.zip mkdir -p data/vicmap |