From 1b560a9a35acce819695718dba936d501fe5c63e Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Thu, 18 Sep 2025 01:53:05 +0300 Subject: [PATCH] deb repo: actually provide usable instructions in README Signed-off-by: Roman Lebedev --- .github/workflows/deb-publish.yml | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deb-publish.yml b/.github/workflows/deb-publish.yml index b87160de..9e1713e1 100644 --- a/.github/workflows/deb-publish.yml +++ b/.github/workflows/deb-publish.yml @@ -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" < "/etc/apt/sources.list.d/apt.bcachefs.org.sources" <