mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +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
|
||||
URIs: https://apt.bcachefs.org/unstable/
|
||||
# Or replace unstable with your distro's release name
|
||||
Suites: bcachefs-tools-snapshot
|
||||
# or:
|
||||
# Suites: bcachefs-tools-release
|
||||
Suites: bcachefs-tools-release
|
||||
Components: main
|
||||
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
|
||||
EOS
|
||||
@ -181,9 +179,12 @@ jobs:
|
||||
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:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user