Skip to content

Commit 8a11fd5

Browse files
committed
Update download.mdx
1 parent b02cff3 commit 8a11fd5

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

Website/src/pages/download.mdx

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -122,48 +122,6 @@ import styles from "./styles.module.css";
122122
</div>
123123
</details>
124124

125-
<details>
126-
<summary>Checksums</summary>
127-
<div>
128-
<p>SHA-256 checksums for the latest release:</p>
129-
<p>
130-
<b>Setup</b> (MSI-Installer)
131-
<pre>
132-
<code>
133-
0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9
134-
</code>
135-
</pre>
136-
<b>Portable</b> (ZIP-Archive)
137-
<pre>
138-
<code>
139-
85000CC7E9892C14B3C1F7DE2D540A57E2C90CF5AE25E27960844751AADCF166
140-
</code>
141-
</pre>
142-
<b>Archive</b> (ZIP-Archive)
143-
<pre>
144-
<code>
145-
68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74
146-
</code>
147-
</pre>
148-
</p>
149-
<p>You can verify the checksum with the following PowerShell command:</p>
150-
<pre>
151-
<code class="language-powershell">
152-
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi
153-
-Algorithm SHA256
154-
</code>
155-
</pre>
156-
<p>
157-
Checksums for each release can be found on
158-
<a
159-
href="https://github.com/BornToBeRoot/NETworkManager/releases"
160-
target="_blank"
161-
>
162-
GitHub Releases
163-
</a>.
164-
</p>
165-
</div>
166-
</details>
167125

168126
## System requirements
169127

0 commit comments

Comments
 (0)