mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
apt repo readme: suggest releases by default
This commit is contained in:
parent
2f0b52bf85
commit
931678d4aa
9
.github/workflows/deb-publish.yml
vendored
9
.github/workflows/deb-publish.yml
vendored
@ -168,9 +168,7 @@ jobs:
|
|||||||
Types: deb deb-src
|
Types: deb deb-src
|
||||||
URIs: https://apt.bcachefs.org/unstable/
|
URIs: https://apt.bcachefs.org/unstable/
|
||||||
# Or replace unstable with your distro's release name
|
# Or replace unstable with your distro's release name
|
||||||
Suites: bcachefs-tools-snapshot
|
Suites: bcachefs-tools-release
|
||||||
# or:
|
|
||||||
# Suites: bcachefs-tools-release
|
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
|
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
|
||||||
EOS
|
EOS
|
||||||
@ -181,9 +179,12 @@ jobs:
|
|||||||
Or you can use add-apt-repository tool:
|
Or you can use add-apt-repository tool:
|
||||||
|
|
||||||
|
|
||||||
sudo add-apt-repository "deb https://apt.bcachefs.org/unstable bcachefs-tools-snapshot main"
|
sudo add-apt-repository "deb https://apt.bcachefs.org/unstable bcachefs-tools-release main"
|
||||||
|
|
||||||
|
|
||||||
|
Note: this will give you packages for the latest release of bcachefs-tools.
|
||||||
|
If you need packages for the latest git master commit,
|
||||||
|
replace `bcachefs-tools-release` with `bcachefs-tools-snapshot`.
|
||||||
|
|
||||||
If you want to ensure that the packages from this repository are always preferred, do:
|
If you want to ensure that the packages from this repository are always preferred, do:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user