summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-02-20 05:32:38 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-02-20 05:34:06 -0500
commitdc924564e835d537f755663de4c7a61d46685481 (patch)
tree7a2dfe6cf655f5781272281c3724af98e405837f
parent8c765f0212fb91b91021fd626b8b7c1195054a8e (diff)
simplify list of supported OSes for installing
-rw-r--r--static/install/cli.html16
-rw-r--r--static/install/web.html16
2 files changed, 22 insertions, 10 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index e78c747b..f4707052 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -128,11 +128,17 @@
bare metal. Virtual machines are also often configured to have overly limited
memory and storage space.</p>
- <p>Windows 10, macOS Big Sur, Arch Linux, Debian buster and Ubuntu 20.04 LTS are
- the officially supported operating systems for this guide. You should make sure
- your operating system is up-to-date before proceeding with these instructions.
- Older versions and other Linux distributions usually work, but if you encounter
- problems try using one of the officially supported options.</p>
+ <p>Officially supported operating systems for the CLI install method:</p>
+
+ <ul>
+ <li>Windows 10</li>
+ <li>macOS Big Sur</li>
+ <li>Arch Linux</li>
+ <li>Debian buster</li>
+ <li>Ubuntu 20.04 LTS</li>
+ </ul>
+
+ <p>Make sure your operating system is up-to-date before proceeding.</p>
<p>You need one of the officially supported devices. To make sure that the device can
be unlocked to install GrapheneOS, avoid carrier variants of the devices. Carrier
diff --git a/static/install/web.html b/static/install/web.html
index a6ae3204..ef08408f 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -105,11 +105,17 @@
bare metal. Virtual machines are also often configured to have overly limited
memory and storage space.</p>
- <p>Windows 10, macOS Big Sur, Arch Linux, Debian buster and Ubuntu 20.04 LTS are
- the officially supported operating systems for the web installer. You should make
- sure your operating system is up-to-date before proceeding with these
- instructions. Older versions and other Linux distributions usually work, but if
- you encounter problems try using one of the officially supported options.</p>
+ <p>Officially supported operating systems for the web install method:</p>
+
+ <ul>
+ <li>Windows 10</li>
+ <li>macOS Big Sur</li>
+ <li>Arch Linux</li>
+ <li>Debian buster</li>
+ <li>Ubuntu 20.04 LTS</li>
+ </ul>
+
+ <p>Make sure your operating system is up-to-date before proceeding.</p>
<p>For this web-based installation process, the latest stable release of Chromium,
Chrome or Microsoft Edge is recommended. Other Chromium-based browsers will likely