From 93036db66112859748d45eeb60bc024ef51a151f Mon Sep 17 00:00:00 2001 From: sandbank52641 <153552626+sandbank52641@users.noreply.github.com> Date: Sun, 3 Mar 2024 16:40:18 +0100 Subject: [PATCH] move up "Further information" section After installation, the user may want to dive into more information about the new system they got (=> "Further information"). This should have a higher priority than the section "Replacing GrapheneOS with the stock OS." --- static/install/cli.html | 18 +++++++++--------- static/install/web.html | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index e8f60819..5f26f800 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -630,6 +630,15 @@ curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-VERS +
+

Further information

+ +

Please look through the usage guide and + FAQ for more information. If you have further questions not + covered by the site, join the official GrapheneOS + chat channels and ask the questions in the appropriate channel.

+
+

Replacing GrapheneOS with the stock OS

@@ -644,15 +653,6 @@ curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-VERS
fastboot erase avb_custom_key
- -
-

Further information

- -

Please look through the usage guide and - FAQ for more information. If you have further questions not - covered by the site, join the official GrapheneOS - chat channels and ask the questions in the appropriate channel.

-
{% include "footer.html" %} diff --git a/static/install/web.html b/static/install/web.html index d60546ad..b475f40c 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -437,6 +437,15 @@ +
+

Further information

+ +

Please look through the usage guide and + FAQ for more information. If you have further questions not + covered by the site, join the official GrapheneOS + chat channels and ask the questions in the appropriate channel.

+
+

Replacing GrapheneOS with the stock OS

@@ -455,15 +464,6 @@

- -
-

Further information

- -

Please look through the usage guide and - FAQ for more information. If you have further questions not - covered by the site, join the official GrapheneOS - chat channels and ask the questions in the appropriate channel.

-
{% include "footer.html" %}