Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 419a24a8 authored by Romain Hunault's avatar Romain Hunault
Browse files

Move download on install page

parent 1dab46bd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -14,13 +14,6 @@
{%- endfor %}
{%- endif %}

## Download


{%- for status in device.status %}
- [{{status}}](https://images.ecloud.global/{{status}}/{{device.codename}}/) ({{device.versions}})
{%- endfor %}

## Install

Click [here]({{ "devices/" | append: device.codename | append: "/install" | relative_url }}) to learn how to install /e/ on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}"
+6 −0
Original line number Diff line number Diff line
@@ -16,6 +16,12 @@
{% include {{ recovery_install_method }} %}
{% endif %}

## Download /e/

{%- for status in device.status %}
- [{{status}}](https://images.ecloud.global/{{status}}/{{device.codename}}/) ({{device.versions}})
{%- endfor %}

{% include install_e.md %}

{% if device.is_lineageos_official %}