0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Mon 20 Dec 2021 04:37:10 AM CET

This commit is contained in:
Bert van der Weerd 2021-12-20 04:37:10 +01:00
parent 969c82ae26
commit f0059f4047
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -1,10 +1,10 @@
## Building LibreWolf from source:
First, let's **[download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-95.0.1.source.tar.gz?job=build-job)**.
First, let's **[download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-95.0.2.source.tar.gz?job=build-job)**.
To download the latest from a script, use wget/curl like this:
```
export version=95.0.1 # example
export version=95.0.2 # example
wget -O librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job
curl -L -o librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job
```