Silence wget
This commit is contained in:
parent
e6767ecbad
commit
11be614310
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ ADD "https://api.github.com/repos/jclehner/nmrpflash/commits?per_page=1" latest_
|
|||
RUN git clone https://github.com/jclehner/nmrpflash
|
||||
|
||||
WORKDIR /usr/src/nmrpflash
|
||||
RUN wget -O npcap-sdk.zip https://npcap.com/dist/npcap-sdk-${NPCAP_VERSION}.zip
|
||||
RUN wget -q -O npcap-sdk.zip https://npcap.com/dist/npcap-sdk-${NPCAP_VERSION}.zip
|
||||
RUN unzip npcap-sdk.zip -d Npcap
|
||||
|
||||
ARG CACHEBUST=1
|
||||
|
|
2
Makefile
2
Makefile
|
@ -82,7 +82,7 @@ uninstall:
|
|||
rm -f $(PREFIX)/bin/nmrpflash
|
||||
|
||||
$(LINUXDEPLOY):
|
||||
wget -O $@ https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/$(shell basename $@)
|
||||
wget -q -O $@ https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/$(shell basename $@)
|
||||
chmod +x $@
|
||||
|
||||
nmrpflash-$(ARCH).AppImage: $(LINUXDEPLOY) release
|
||||
|
|
Loading…
Add table
Reference in a new issue