diff options
| author | Tigerr918 <membai@tutanota.com> | 2024-06-27 14:52:19 +0300 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-06-27 08:58:28 -0400 |
| commit | 75dc333072c5052f8cc4a26105c734452b3eea31 (patch) | |
| tree | a8349137d115e64fba592e3645998d6c967e373c /static | |
| parent | 8a01b4f8de2b7c4815c6f616dd1bff0cc9b59824 (diff) | |
Update the install page
Using the web-installer also avoids trusting the server infrastructure. CLI seems to be only good for installing custom builds.
Diffstat (limited to 'static')
| -rw-r--r-- | static/install/index.html | 9 |
1 files 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.</p> - <p>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.</p> + <p>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.</p> </main> {% include "footer.html" %} </body> |
