summaryrefslogtreecommitdiff
path: root/prom-exporter-nut
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-nut
parentmake package configs more generic (diff)
shorter wget progress output
Diffstat (limited to 'prom-exporter-nut')
-rw-r--r--prom-exporter-nut/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/prom-exporter-nut/Makefile b/prom-exporter-nut/Makefile
index 2cbfaa2..cccb970 100644
--- a/prom-exporter-nut/Makefile
+++ b/prom-exporter-nut/Makefile
@@ -10,7 +10,7 @@ all: i386/nut_exporter amd64/nut_exporter
cp $< $@
nut_exporter-v$(VERSION)-linux-%:
- wget -nc "$(GITHUB_BASEURL)/v$(VERSION)/$(shell echo $@ | sed s/i386/386/)" -O "$@"
+ wget -nc --progress=dot:mega "$(GITHUB_BASEURL)/v$(VERSION)/$(shell echo $@ | sed s/i386/386/)" -O "$@"
sha256sum -c --ignore-missing sha256sums.txt
clean: