Update
This commit is contained in:
parent
c0388115f1
commit
8f6b2500f2
|
@ -23,31 +23,31 @@
|
|||
<tr>
|
||||
<td>ISO</td>
|
||||
<td>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/Melawy-linux-2023.10.30-x86_64.iso/download" target="_blank">Melawy-linux-2023.10.30-x86_64.iso</a>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/" target="_blank">Melawy-linux-202X.XX.XX-x86_64.iso</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Packages List</td>
|
||||
<td>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/Melawy-linux-2023.10.30-pkglist.txt/download" target="_blank">Melawy-linux-2023.10.30-pkglist.txt</a>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/" target="_blank">Melawy-linux-202X.XX.XX-pkglist.txt</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sha1Sum</td>
|
||||
<td>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/Melawy-linux-2023.10.30-x86_64.iso.sha1/download" target="_blank">Melawy-linux-2023.10.30-x86_64.iso.sha1</a>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/" target="_blank">Melawy-linux-202X.XX.XX-x86_64.iso.sha1</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sha512Sum</td>
|
||||
<td>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/Melawy-linux-2023.10.30-x86_64.iso.sha256/download" target="_blank">Melawy-linux-2023.10.30-x86_64.iso.sha256</a>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/" target="_blank">Melawy-linux-202X.XX.XX-x86_64.iso.sha256</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Signature</td>
|
||||
<td>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/Melawy-linux-2023.10.30-x86_64.iso.sig/download" target="_blank">Melawy-linux-2023.10.30-x86_64.iso.sig</a>
|
||||
<a href="https://sourceforge.net/projects/melawy-linux/files/" target="_blank">Melawy-linux-202X.XX.XX-x86_64.iso.sig</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<h5 style="text-align: center;">Для проверки ISO-файла с помощью sha1:</h5>
|
||||
<pre>
|
||||
<code>
|
||||
sha1sum -c Melawy-linux-2023.10.30-x86_64.iso.sha1
|
||||
sha1sum -c Melawy-linux-202X.XX.XX-x86_64.iso.sha1
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
|||
<h5 style="text-align: center;">Для проверки ISO-файла с помощью sha512:</h5>
|
||||
<pre>
|
||||
<code>
|
||||
sha512sum -c Melawy-linux-2023.10.30-x86_64.iso.sha512
|
||||
sha512sum -c Melawy-linux-202X.XX.XX-x86_64.iso.sha512
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
|
@ -90,7 +90,7 @@
|
|||
<pre>
|
||||
<code>
|
||||
gpg --recv BA803A261A5EE6B8
|
||||
gpg --verify Melawy-linux-2023.10.30-x86_64.iso.sig
|
||||
gpg --verify Melawy-linux-202X.XX.XX-x86_64.iso.sig
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
|
|
Loading…
Reference in New Issue