Skip to content

Commit 891ee2f

Browse files
fix: add back torrents (#329)
1 parent aae1484 commit 891ee2f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

content/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ Things to remember during installation:
108108
<br><br>
109109
<i>Download options</i><br />
110110
<button type="submit" formaction="https://isos.secureblue.dev/download">Download ISO</button>
111-
<!-- <button type="submit" formaction="https://isos.secureblue.dev/downloadTorrent" formtarget="_blank" >Download torrent</button> -->
111+
<button type="submit" formaction="https://isos.secureblue.dev/downloadTorrent" formtarget="_blank" >Download torrent</button>
112112
<br /><br />
113113
<i>Verification files</i><br />
114114
<button type="submit" formaction="https://isos.secureblue.dev/downloadSHA256SUM">Download ISO checksum</button>
115-
<!-- <button type="submit" formaction="https://isos.secureblue.dev/downloadTorrentSHA256SUM">Download torrent checksum</button> -->
115+
<button type="submit" formaction="https://isos.secureblue.dev/downloadTorrentSHA256SUM">Download torrent checksum</button>
116116
<a href="https://isos.secureblue.dev/secureblue-keyring.gpg" class="button">Download&nbsp;keyring</a>
117117
<br /><br />
118118
</form>

content/VERIFICATION.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permalink: /verification
1313
- [Windows](#windows)
1414
- [macOS](#macOS)
1515
- [Linux](#linux)
16-
<!-- - [For torrent users](#torrent-users) -->
16+
- [For torrent users](#torrent-users)
1717
- [For all users](#all-users)
1818

1919
<hr>
@@ -65,7 +65,7 @@ If `gpg --version` gives a `command not found` error, then you do not have GPG i
6565
brew install gnupg
6666
```
6767

68-
<!-- ## [For torrent users](#torrent-users)
68+
## [For torrent users](#torrent-users)
6969
{: #torrent-users}
7070

7171
At this point, you should have the torrent file, its corresponding CHECKSUM file, and the keyring file. Use following commands to verify the ISO (where `${IMAGE_NAME}` corresponds to the filename of the torrent you downloaded).
@@ -99,7 +99,6 @@ IMAGE_NAME.iso.torrent: OK
9999
sha256sum: WARNING: 8 lines are improperly formatted
100100
```
101101

102-
-->
103102
## [For all users](#all-users)
104103
{: #all-users}
105104

0 commit comments

Comments
 (0)