diff options
| author | Peter Easton <Peter@JollyRogers.ca> | 2020-02-20 11:17:32 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-29 10:44:25 -0500 |
| commit | f60498e917c762bf7e5950ad15c2d46da4bca7bd (patch) | |
| tree | 2a617301ac2692e137743f38e62310eee8bd1d33 /static | |
| parent | 81e183c195e3baae802b5e88dd89697c180d1920 (diff) | |
Point Q&A about updates to usage guide update section.
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index 4f4816dc..b8bf6fa5 100644 --- a/static/faq.html +++ b/static/faq.html @@ -76,6 +76,12 @@ <li><a href="#vpn-support">What kind of VPN and Tor support is available?</a></li> </ul> </li> + <li> + <a href="#day-to-day-use">Day to day use</a> + <ul> + <li><a href="#howto-update">Does GrapheneOS self-update?</a></li> + </ul> + </li> </ul> <h2 id="device-support"> @@ -452,6 +458,21 @@ can also be set as the always-on VPN via the entry in the Settings page. For app-based VPN implementations, there's also an additional "Block connections without VPN" toggle which is needed to prevent leaks when the app's VPN service isn't running.</p> + + <h2 id="day-to-day-use"> + <a href="#day-to-day-use">Day to day use</a> + </h2> + + <h3 id="howto-update"> + <a href="#howto-update">Does GrapheneOS self-update?</a> + </h3> + + <p>GrapheneOS has entirely automatic background updates. The Seamless Update client is + one of the separate subprojects used in GrapheneOS. More details are available on the + Usage guide, under the <a href="/usage#updates">updates</a> section.</p> + + <p>Updates for GrapheneOS are typically released once per month.</p> + </div> <footer> <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> |
