summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTigerr918 <membai@tutanota.com>2024-06-27 14:52:19 +0300
committerDaniel Micay <danielmicay@gmail.com>2024-06-27 08:58:28 -0400
commit75dc333072c5052f8cc4a26105c734452b3eea31 (patch)
treea8349137d115e64fba592e3645998d6c967e373c /static
parent8a01b4f8de2b7c4815c6f616dd1bff0cc9b59824 (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.html9
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>