mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
Merge pull request #408 from LebedevRI/apt-readme
deb repo: readme fixse
This commit is contained in:
commit
82ca9d4dfa
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:
|
||||
|
||||
|
||||
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 }}
|
||||
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
|
||||
Components: main
|
||||
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
|
||||
EOF
|
||||
sudo apt update
|
||||
sudo apt install bcachefs-tools
|
||||
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 }}
|
||||
sudo cat > "/etc/apt/sources.list.d/apt.bcachefs.org.sources" <<EOF
|
||||
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
|
||||
Components: main
|
||||
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