Merge pull request #408 from LebedevRI/apt-readme

deb repo: readme fixse
This commit is contained in:
koverstreet 2025-09-17 19:05:29 -04:00 committed by GitHub
commit 82ca9d4dfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,10 @@ jobs:
sudo cat > "/etc/apt/sources.list.d/apt.bcachefs.org.sources" <<EOF
Types: deb deb-src
URIs: https://apt.bcachefs.org/unstable/
Suites: bcachefs-tools-snapshot # or -release
# Or replace unstable with your distro's release name
Suites: bcachefs-tools-snapshot
# or:
# Suites: bcachefs-tools-release
Components: main
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
EOF
@ -154,6 +157,12 @@ jobs:
sudo apt install bcachefs-tools
Or you can use add-apt-repository tool:
sudo add-apt-repository "deb https://apt.bcachefs.org/unstable bcachefs-tools-snapshot main"
For more information, see:
https://wiki.debian.org/DebianRepository/UseThirdParty