Skip to content

Commit 8138f34

Browse files
fix(temp): hide torrent downloads due to FOSSTorrents outage (#314)
1 parent 4c1ac4d commit 8138f34

2 files changed

Lines changed: 5 additions & 4 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: 3 additions & 2 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).
@@ -132,3 +132,4 @@ Expected output:
132132
IMAGE_NAME.iso: OK
133133
sha256sum: WARNING: 8 lines are improperly formatted
134134
```
135+
-->

0 commit comments

Comments
 (0)