From 64e6b4e49bcd8bf8829bdcf627e7e87086588c36 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sun, 2 May 2021 21:41:22 +1000 Subject: no verbose wget --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 66de284..2482720 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3