diff options
| -rw-r--r-- | static/install/cli.html | 18 | ||||
| -rw-r--r-- | 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/<var>DEVICE_NAME</var>-factory-<var>VERS </section> </section> + <section id="further-information"> + <h3><a href="#further-information">Further information</a></h3> + + <p>Please look through the <a href="/usage">usage guide</a> and + <a href="/faq">FAQ</a> for more information. If you have further questions not + covered by the site, join the <a href="/contact#community">official GrapheneOS + chat channels</a> and ask the questions in the appropriate channel.</p> + </section> + <section id="replacing-grapheneos-with-the-stock-os"> <h3><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></h3> @@ -644,15 +653,6 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERS <pre>fastboot erase avb_custom_key</pre> </section> - - <section id="further-information"> - <h3><a href="#further-information">Further information</a></h3> - - <p>Please look through the <a href="/usage">usage guide</a> and - <a href="/faq">FAQ</a> for more information. If you have further questions not - covered by the site, join the <a href="/contact#community">official GrapheneOS - chat channels</a> and ask the questions in the appropriate channel.</p> - </section> </section> </main> {% 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 @@ </section> </section> + <section id="further-information"> + <h3><a href="#further-information">Further information</a></h3> + + <p>Please look through the <a href="/usage">usage guide</a> and + <a href="/faq">FAQ</a> for more information. If you have further questions not + covered by the site, join the <a href="/contact#community">official GrapheneOS + chat channels</a> and ask the questions in the appropriate channel.</p> + </section> + <section id="replacing-grapheneos-with-the-stock-os"> <h3><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></h3> @@ -455,15 +464,6 @@ <p><strong id="remove-custom-key-status"></strong></p> </section> - - <section id="further-information"> - <h3><a href="#further-information">Further information</a></h3> - - <p>Please look through the <a href="/usage">usage guide</a> and - <a href="/faq">FAQ</a> for more information. If you have further questions not - covered by the site, join the <a href="/contact#community">official GrapheneOS - chat channels</a> and ask the questions in the appropriate channel.</p> - </section> </section> </main> {% include "footer.html" %} |
