everest-web/download.html

56 lines
2.3 KiB
HTML
Raw Normal View History

2022-06-28 18:44:37 -04:00
<!DOCTYPE html>
2023-01-26 17:27:05 -05:00
<html>
2022-06-28 18:44:37 -04:00
<head>
2023-05-01 10:42:27 -04:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Everest Linux - Downloads</title>
2023-09-29 09:18:06 -04:00
<link type="text/css" rel="stylesheet" href="css/nord.css"/>
2023-05-01 10:42:27 -04:00
<link rel="icon" type="image/x-icon" href="img/favicon.svg"/>
2022-06-28 18:44:37 -04:00
</head>
<body>
2023-01-26 17:27:05 -05:00
<!-- Navbar -->
<div class="sidenav">
2023-09-29 09:18:06 -04:00
<img src="img/everest-nord.svg" alt="everest-logo">
2023-01-26 17:27:05 -05:00
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="install.html">Install</a>
2023-10-13 12:59:24 -04:00
<a href="packages.html">Packages</a>
2023-01-26 17:27:05 -05:00
<a href="download.html">Downloads</a>
2023-04-04 13:36:31 -04:00
<a href="docs/home.html">Docs</a>
2023-03-31 11:46:59 -04:00
<a href="errata.html">Errata</a>
2023-10-13 12:59:24 -04:00
<a href="https://git.everestlinux.org">Git ↗</a>
2023-01-26 17:27:05 -05:00
</div>
<!-- Rest of page -->
2023-10-19 11:59:54 -04:00
<div class="hero-image">
2023-10-19 12:39:56 -04:00
<div class="hero-text">
<h1>Download</h1>
</div>
2023-10-19 11:59:54 -04:00
</div>
2023-01-26 17:27:05 -05:00
<div class="main">
<h2>Download Everest</h2>
2023-03-31 11:46:59 -04:00
<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>
2023-01-26 17:27:05 -05:00
<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>
2023-06-08 10:01:02 -04:00
<warnhead><strong>WARNING:</strong></warnhead>
<div class="warning">
<p>The use of BitTorrent is illegal in some regions. Please ensure you are abiding by local jurisdiction when accessing BitTorrent.</p>
<p>Everest Linux assumes no responsibility for illegal BitTorrent access.</p>
</div>
2023-03-31 11:46:59 -04:00
<p>If using a web seed capable client, please leave it open once finished, in order to seed back.</p>
2023-01-26 17:27:05 -05:00
<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>
2023-03-31 11:46:59 -04:00
<footer>
2024-02-01 08:48:40 -05:00
<p>Copyright (C) 2021-2024 Everest Linux</p>
2023-03-31 11:46:59 -04:00
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
<p>Everest Linux is provided AS IS, WITHOUT WARRANTY.</p>
</footer>