File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,16 @@ import styles from "./styles.module.css";
135135 <pre ><code >AA2DED2139C9D0FD39A9B20310FA1670549939FAA5E41818E6ADF6A941E98446</code ></pre >
136136 <b >Archive</b > (ZIP Archive)
137137 <pre ><code >2CC3C48F148657AF5CCF4E45587D50964B1E9EADFD8A771EC6FD12D168134504</code ></pre >
138- <p >You can verify the checksum with the following PowerShell command:</p >
139- <pre ><code class = " language-powershell" >Get-FileHash -Path .\NETworkManager_ { ; VERSION} ; _ Setup.msi -Algorithm SHA256</code ></pre >
140- <p >Or with the linux command <code >sha256sum</code >:</p >
141- <pre ><code class = " language-bash" >sha256sum -c NETworkManager_ { ; VERSION} ; _ SHA256SUMS</code ></pre >
138+ <p >You can verify the checksum with one of the following commands:</p >
139+ <pre >
140+ <code class = " language-powershell" >
141+ # PowerShell
142+ Get-FileHash -Path .\NETworkManager_ { ; VERSION} ; _ Setup.msi -Algorithm SHA256
143+
144+ # Linux
145+ sha256sum -c NETworkManager_ { ; VERSION} ; _ SHA256SUMS
146+ </code >
147+ </pre >
142148 </div >
143149</details >
144150
You can’t perform that action at this time.
0 commit comments