summaryrefslogtreecommitdiff
path: root/prom-exporter-mikrotik
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-08-24 20:24:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-08-24 20:24:23 +0200
commit5ac53e65cbbbaa7d827515ca3fea4e1e079b6d56 (patch)
tree4ec24864640fd042ac8ec28720b925b81555824c /prom-exporter-mikrotik
parentmake package configs more generic (diff)
shorter wget progress output
Diffstat (limited to 'prom-exporter-mikrotik')
-rw-r--r--prom-exporter-mikrotik/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/prom-exporter-mikrotik/Makefile b/prom-exporter-mikrotik/Makefile
index 8a70254..cbbe1ea 100644
--- a/prom-exporter-mikrotik/Makefile
+++ b/prom-exporter-mikrotik/Makefile
@@ -11,7 +11,7 @@ all: i386/mikrotik_exporter amd64/mikrotik_exporter
cp $< $@
mikrotik-exporter_linux_%_$(VERSION):
- wget -nc "$(GITHUB_BASEURL)/$(VERSION)/$(shell echo $@ | sed s/i386/386/ | sed 's/_$(VERSION)//')" -O "$@"
+ wget -nc --progress=dot:mega "$(GITHUB_BASEURL)/$(VERSION)/$(shell echo $@ | sed s/i386/386/ | sed 's/_$(VERSION)//')" -O "$@"
sha256sum -c --ignore-missing sha256sums.txt
clean: