From 525d9f00df04645b8183cd37f2e4df2a9cdb0b6a Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 15 Oct 2024 00:00:25 +0200 Subject: [PATCH] docs(README): Use and provide a deb822 .sources Signed-off-by: Sam Therapy --- .forgejo/workflows/release.yaml | 2 +- .goreleaser.yaml | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 2e2d433..bc4dccf 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: with: distribution: goreleaser version: latest - args: release --clean -p 4 --skip docker,snapcraft + args: release --clean -p 4 --skip snapcraft env: GORELEASER_FORCE_TOKEN: gitea GITEA_TOKEN: ${{ secrets.PUBLISH_TOKEN }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d3b6da6..52df058 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -155,7 +155,7 @@ checksum: name_template: "checksums.txt" snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" brews: - repository: diff --git a/README.md b/README.md index 3d939fe..04e4ea4 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ Provided by [Gitea packages](https://git.froth.zone/sam/-/packages/debian/awl-dn ***Any distro that uses deb/dpkg should also work*** ```shell -# Add PGP key -sudo curl https://git.froth.zone/api/packages/sam/debian/repository.key -o /usr/share/keyrings/git-froth-zone-sam.asc -# Add repo -echo "deb [signed-by=/usr/share/keyrings/git-froth-zone-sam.asc] https://git.froth.zone/api/packages/sam/debian sid main" | sudo tee /etc/apt/sources.list.d/git-froth-zone-sam.list +# Install the repository and GPG keys +wget --content-disposition https://git.froth.zone/packaging/-/packages/debian/git-froth-zone-debian/1-0/files/5937 +sudo dpkg -i git-froth-zone-debian_1-0_all.deb +rm git-froth-zone-debian_1-0_all.deb # Update and install sudo apt update sudo apt install awl-dns