diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-05-06 17:42:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-06 17:42:04 -0400 |
| commit | 541a2a172dbcc4ff6f7ccf37c72e42ea9cff8527 (patch) | |
| tree | 68c1b610597e5fa6cea447547b87b216171387c4 /static/faq.html | |
| parent | f060de3d4c460ec381a747c01eaa92de8b0d330e (diff) | |
mark up more variables
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/faq.html b/static/faq.html index ccec4b56..a14a52c1 100644 --- a/static/faq.html +++ b/static/faq.html @@ -788,12 +788,12 @@ <ul> <li> <p>The GrapheneOS System Updater app fetches update metadata from - https://releases.grapheneos.org/DEVICE-CHANNEL approximately once every four hours + https://releases.grapheneos.org/<var>DEVICE</var>-<var>CHANNEL</var> approximately once every four hours when connected to a permitted network for updates.</p> <p>Once an update is available, it tries to download - https://releases.grapheneos.org/DEVICE-incremental-OLD_VERSION-NEW_VERSION.zip + https://releases.grapheneos.org/<var>DEVICE</var>-incremental-<var>OLD_VERSION</var>-<var>NEW_VERSION</var>.zip for a delta update, and then falls back to - https://releases.grapheneos.org/DEVICE-ota_update-NEW_VERSION.zip.</p> + https://releases.grapheneos.org/<var>DEVICE</var>-ota_update-<var>NEW_VERSION</var>.zip.</p> <p>No query / data is sent to the server, so the only information leaked to it are the variables in these 3 URLs (device, channel, current version) which is necessary to obtain the update.</p> |
