everest-web/download.html
2023-03-31 11:46:59 -04:00

44 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Everest Linux - Home</title>
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
</head>
<body>
<!-- Navbar -->
<div class="sidenav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="install.html">Install</a>
<a href="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a>
<a href="download.html">Downloads</a>
<a href="https://git.everestlinux.org/EverestLinux/wiki">Wiki</a>
<a href="errata.html">Errata</a>
<a href="https://git.everestlinux.org">Git</a>
</div>
<!-- Rest of page -->
<div class="main">
<h2>Download Everest</h2>
<p>Most users will want to get the most recent release. If for some reason you require an older release, it may be in the release archive, which contains all deprecated releases.</p>
<p>Try not to use old releases. Many components of the system will be severely outdated and prone to security holes.</p>
<p>ALWAYS verify checksums of system images. If you download a system image, and the checksums do not match, do not use the system image.</p>
<p>There are multiple ways of getting Everest:</p>
<h2>HTTPS</h2>
<button onclick="window.location.href='https://git.everestlinux.org/EverestLinux/everest/src/branch/main/releases';">
Download
</button>
<h2>BitTorrent</h2>
<p>In some regions, using BitTorrent is illegal. Please ensure accessing BitTorrent is safe to do.</p>
<p>Everest Linux assumes no responsibility for unauthorized BitTorrent access. <strong>YOU HAVE BEEN WARNED.</strong></p>
<p>If using a web seed capable client, please leave it open once finished, in order to seed back.</p>
<h2>wget</h2>
<p>If you want to quickly download a system image, you can use wget.</p>
<code>(user)$ wget https://git.everestlinux.org/EverestLinux/everest/raw/branch/main/releases/SYSTEM_IMAGE</code>
</div>
<footer>
<p>Copyright (C) 2021-2023 Everest Linux</p>
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
<p>Everest Linux is provided AS IS, WITHOUT WARRANTY.</p>
</footer>