various fixes

This commit is contained in:
Bert van der Weerd 2022-02-05 11:27:46 +01:00
parent 1a9c384a7e
commit bf334378e5
No known key found for this signature in database
GPG Key ID: 4CFABB96ADE0F5B1
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ prune :
fetch : $(tarball)
$(tarball) :
wget -O $(tarball) "https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/$(tarball)?job=Build"
wget -q -O $(tarball) "https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/$(tarball)?job=Build"
docker : docker-debian11 docker-mint20 docker-ubuntu20 docker-ubuntu21 docker-fedora34 docker-fedora35