From ae9ca7d56840d48a42119e67f8e91e7476f30ae3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 29 Jun 2025 03:14:12 +0900 Subject: static: replace install Also get rid of many unused pages and assets. --- static/install/index.html | 63 ----------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 static/install/index.html (limited to 'static/install/index.html') diff --git a/static/install/index.html b/static/install/index.html deleted file mode 100644 index b8ada1b7..00000000 --- a/static/install/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - Install | GrapheneOS - - - - - - - - - - - - - - - - - - - - - - [[css|/main.css]] - - - - [[js|/js/redirect.js]] - - - {% with current_page="install" %} - {% include "header.html" %} - {% endwith %} -
-

Install

- -

GrapheneOS has two officially supported installation methods. You can either use - the WebUSB-based installer recommended for most users or - the command-line installation guide aimed at more technical - users.

- -

We strongly recommend using one of the official installation methods. Third party - installation guides tend to be out-of-date and often contain misguided advice and - errors.

- -

If you have trouble with the installation process, ask for help on the - official GrapheneOS chat channel. There are almost - always people around willing to help with it. Before asking for help, make an attempt - to follow the guide on your own and then ask for help with anything you get stuck - on.

- -

The command-line approach requires being on an OS with proper fastboot and OpenSSH - packages, along with understanding the process enough to avoid blindly trusting the - instructions from our site. The web-based installation approach avoids needing any - software beyond a browser with WebUSB support and you can still avoid trusting our - server infrastructure by checking the verified boot key hash.

-
- {% include "footer.html" %} - - -- cgit v1.3.1