Remove -c option from wget
Compared to deezer.com, e-cdn-content.dzcdn.net does not support resuming a download
This commit is contained in:
parent
11c0432a26
commit
e6bb283da2
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ prepare: clean install_build_deps
|
|||
@mkdir -p source
|
||||
|
||||
@echo "Download installer"
|
||||
@wget -nv -c $(BASE_URL) -O source/deezer-setup-$(PKGVER).exe
|
||||
@wget -nv $(BASE_URL) -O source/deezer-setup-$(PKGVER).exe
|
||||
@echo "$(SHA256) source/deezer-setup-$(PKGVER).exe" | sha256sum -c --status || echo "SHA256 not matching!" && exit 1
|
||||
|
||||
@echo "Extract app archive from installer"
|
||||
|
|
Loading…
Reference in New Issue