mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-28 08:04:15 +02:00
Set wget to non-verbose mode
This commit is contained in:
parent
7893183fe7
commit
5ead7ea7f5
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ install_build_deps:
|
||||
prepare: install_build_deps
|
||||
mkdir -p source
|
||||
# Download installer
|
||||
wget -c $(BASE_URL) -O source/deezer-setup-$(PKGVER).exe
|
||||
wget -nv -c $(BASE_URL) -O source/deezer-setup-$(PKGVER).exe
|
||||
# Extract app archive from installer
|
||||
cd source && 7z x -so deezer-setup-$(PKGVER).exe '$$PLUGINSDIR/app-32.7z' > app-32.7z
|
||||
# Extract app from app archive
|
||||
|
Loading…
x
Reference in New Issue
Block a user