mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Mon 20 Dec 2021 04:37:10 AM CET
This commit is contained in:
parent
969c82ae26
commit
f0059f4047
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue