42 lines
2.5 KiB
HTML
Executable File
42 lines
2.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<hmtl>
|
|
<head>
|
|
<title>Everest Linux - Download</title>
|
|
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="about.html">About</a></li>
|
|
<li><a href="install.html">Handbook</a></li>
|
|
<li><a href="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a></li>
|
|
<li><a href="download.html">Downloads</a></li>
|
|
<li><a href="https://git.everestlinux.org">Git</a></li>
|
|
</ul>
|
|
<img src="img/banner-dl.jpg" alt="Everest Logo"/>
|
|
<h1>Download Everest</h1>
|
|
<p>There are multiple ways to get Everest.</p>
|
|
<h2>HTTPS</h2>
|
|
<p>Ensure to verify the checksum of the tarball before using it. The SHA256 signature of the latest tarball should be:</p>
|
|
<p><code><mark>150dad224cb7e4244046b97170e0e01834ce07445bddb4be7ebc035b68b5221c everestlinux-summit-0.0.1-systemd-rc.tar.xz</mark></code></p>
|
|
<p>If the checksum of your tarball does not match the checksum above, your tarball is either corrupted or malicious.</p>
|
|
<!-- Add icon library -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<!-- Auto width -->
|
|
<button class="btn"><i class="fa fa-download"></i><a href="https://git.everestlinux.org/EverestLinux/everest/raw/branch/main/releases/everestlinux-summit-0.0.1-rc.tar.xz"> Download</a></button>
|
|
<h2>Bittorrent</h2>
|
|
<p>Before torrenting, ensure doing so will not get you into trouble with local authorities.
|
|
The possibility of this happening is small, but not impossible. If you live in the United States, or Europe, this should not be an issue.</p>
|
|
<p>Verifying the checksum of a torrented tarball is not required, however it is still recommended to do so.</p>
|
|
<p>THe signature ofthe latest tarball should be:</p>
|
|
<p><code><mark>150dad224cb7e4244046b97170e0e01834ce07445bddb4be7ebc035b68b5221c everestlinux-summit-0.0.1-systemd-rc.tar.xz</mark></code></p>
|
|
<p><i>Note: if using a web seed capable torrent client, please leave it open once finished to seed back.</i></p>
|
|
<h2>wget</h2>
|
|
<p>If you wish to download an Everest tarball through the liveusb, wget allows you to quickly download it through the command line.</p>
|
|
<p>The following command will download Everest:</p>
|
|
<p><code><mark>$ wget https://git.everestlinux.org/EverestLinux/everest/releases/download/0.0.1-systemd-rc.tar.xz</mark></code></p>
|
|
<h2>Installing Everest</h2>
|
|
<p>The Everest installation handbook should give you a pretty good idea of how to set up your installation. It can be found <a href="install.html">here</a>.</p>
|
|
</body>
|
|
</html>
|