everest-web/download.html
2023-01-26 17:27:05 -05:00

44 lines
1.7 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="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.</p>
<p>If for some reason you require an older release,</p>
<p>it may be in the release archive, which contains all</p>
<p>deprecated releases.</p>
<p>Using a very old release is not recommended as many critical</p>
<p>programs will likely have security vulnerabilities.</p>
<p>ALWAYS verify checksums of system images.</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.</p>
<p>Please ensure accessing BitTorrent is safe to do.</p>
<p>Everest Linux assumes no responsibility.</p>
<p>If using a web seed capable client, please leave it open once finished,</p>
<p>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>