Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,24 @@ <h3>Standard Edition</h3>
<center>
<button id="downloadButton" onclick="downloadVincentOS">
<a href="https://archive.org/download/vincent-os/vincentOS-open-beta-1.0-x86_64.iso"> DOWNLOAD OPEN BETA </a>
</button>
</button>
</center>
<br/>
<p style="font-size: 15px;">
Verify the integrity of the downloaded file with the SHA256 checksum (available below). <br/>
This will ensure that the file has not been corrupted or tampered with during the download process. <br/>
You can use <code>Get-FileHash</code> in PowerShell or <code>sha256sum</code> in Linux to verify the checksum.
</p>
<br/>
<center style="font-size: 15px; border: 1px solid white;">
<table>
<th>File Name</th>
<th>Checksum</th>
<tr>
<td>vincentOS-open-beta-1.0-x86_64.iso</td>
<td>CED98EA482E9967803AF75A83F41DAB78B9F94B3B79CA5715ECE9CB21F3D792B</td>
</tr>
</table>
</center>
<!--
<center>
Expand Down