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