From 75dc333072c5052f8cc4a26105c734452b3eea31 Mon Sep 17 00:00:00 2001 From: Tigerr918 Date: Thu, 27 Jun 2024 14:52:19 +0300 Subject: [PATCH] Update the install page Using the web-installer also avoids trusting the server infrastructure. CLI seems to be only good for installing custom builds. --- static/install/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/static/install/index.html b/static/install/index.html index 9ec5bfad..1342893f 100644 --- a/static/install/index.html +++ b/static/install/index.html @@ -52,11 +52,10 @@ to follow the guide on your own and then ask for help with anything you get stuck on.

-

The command-line approach offers a way to install GrapheneOS without trusting our - server infrastructure. This 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. For most users, the web-based installation approach is no - less secure and avoids needing any software beyond a browser with WebUSB support.

+

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 is no less secure + and avoids needing any software beyond a browser with WebUSB support.

{% include "footer.html" %}