diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-11 12:25:45 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-11 12:25:45 -0500 |
| commit | 984c78a85a534bb02ee79952eddb0c5cbe4196ee (patch) | |
| tree | 145130b83d76c4c40a475c219bbfe7bca1072d4f /static | |
| parent | 98fe0df34b29e5e88d423b0485c2809bf983d872 (diff) | |
fix factory images links for legacy devices
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html index 96c5caf6..6526fe15 100644 --- a/static/releases.html +++ b/static/releases.html @@ -508,13 +508,13 @@ {% with codename="bramble", name="Pixel 4a (5G) (legacy extended support) " %} {% include "device.html" %} {% endwith %} - {% with codename="sunfish", name="Pixel 4a (legacy extended support)" %} + {% with codename="sunfish", name="Pixel 4a (legacy extended support)", install="factory" %} {% include "device.html" %} {% endwith %} - {% with codename="coral", name="Pixel 4 XL (legacy extended support)" %} + {% with codename="coral", name="Pixel 4 XL (legacy extended support)", install="factory" %} {% include "device.html" %} {% endwith %} - {% with codename="flame", name="Pixel 4 (legacy extended support)" %} + {% with codename="flame", name="Pixel 4 (legacy extended support)", install="factory" %} {% include "device.html" %} {% endwith %} </section> |
