Skip to content

Commit

Permalink
doc: fix ISO image name
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 25, 2023
1 parent 69c886d commit cccc43c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/md/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Currently only 2 locales (english and french) are pre-generated, other languages
- [ ] Automated whole disk partitioning
- [ ] Manual
- [ ] Copy latest CHANGELOG.md entry to a new [Github](https://github.com/nodiscc/debian-live-config/releases)/[Gitlab](https://gitlab.com/nodiscc/debian-live-config/-/releases) release
- [ ] attach `debian-live-config-X.Y.Z-debian-bookworm-amd64.hybrid.iso debian-live-config-release.key SHA512SUMS SHA512SUMS.sign` to the releases
- [ ] attach `debian-live-config-X.Y.Z-debian-bookworm-amd64.iso debian-live-config-release.key SHA512SUMS SHA512SUMS.sign` to the releases
- `Publish release`


Expand Down
4 changes: 2 additions & 2 deletions doc/md/download-and-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

## Download

**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/debian-live-config-4.0.0-debian-bookworm-amd64.hybrid.iso)** the latest ISO image
**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/debian-live-config-4.0.0-debian-bookworm-amd64.iso)** the latest ISO image

(Recommended) verify file integrity and authenticity with GPG:

```bash
# download the iso, signing key, checksums and signature
wget https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/debian-live-config-4.0.0-debian-bookworm-amd64.hybrid.iso
wget https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/debian-live-config-4.0.0-debian-bookworm-amd64.iso
wget https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/debian-live-config-release.key
wget https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/SHA512SUMS
wget https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/SHA512SUMS.sign
Expand Down

0 comments on commit cccc43c

Please sign in to comment.