mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-10 00:00:24 +03:00
deb repo: actually provide usable instructions in README
Signed-off-by: Roman Lebedev <lebedev.ri@gmail.com>
This commit is contained in:
parent
2303fad2be
commit
1b560a9a35
31
.github/workflows/deb-publish.yml
vendored
31
.github/workflows/deb-publish.yml
vendored
@ -141,17 +141,26 @@ jobs:
|
|||||||
To add this repository to your computer, do:
|
To add this repository to your computer, do:
|
||||||
|
|
||||||
|
|
||||||
wget -qO- https://apt.bcachefs.org/apt.bcachefs.org.asc | sudo tee /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
|
wget -qO- https://apt.bcachefs.org/apt.bcachefs.org.asc | sudo tee /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
|
||||||
# Fingerprint: ${{ secrets.GPG_SIGNING_SUBKEY_FINGERPRINT }}
|
# Fingerprint: ${{ secrets.GPG_SIGNING_SUBKEY_FINGERPRINT }}
|
||||||
sudo cat > "/etc/apt/sources.list.d/apt.bcachefs.org.sources" <<EOF
|
sudo cat > "/etc/apt/sources.list.d/apt.bcachefs.org.sources" <<EOF
|
||||||
Types: deb deb-src
|
Types: deb deb-src
|
||||||
URIs: https://apt.bcachefs.org/unstable/
|
URIs: https://apt.bcachefs.org/unstable/
|
||||||
Suites: bcachefs-tools-snapshot # or -release
|
# Or replace unstable with your distro's release name
|
||||||
Components: main
|
Suites: bcachefs-tools-snapshot
|
||||||
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
|
# or:
|
||||||
EOF
|
# Suites: bcachefs-tools-release
|
||||||
sudo apt update
|
Components: main
|
||||||
sudo apt install bcachefs-tools
|
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
|
||||||
|
EOF
|
||||||
|
sudo apt update
|
||||||
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user