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

Commit b7dd74ed authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '743-update-lemonade-download-link' into 'master'

Resolve "Update lemonade download link"

Closes #743

See merge request e/documentation/user!824
parents db3b336c dca1c199
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -2,13 +2,20 @@

{% include alerts/warning.html content="This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below." %}

{% if device.codename == "lemonade" %}
1. Download the following files from the directory [here](https://murena.io/s/eByy9jB8N8xixxw).
{% else %}
1. Download the following files from the directory named with the latest date [here](https://mirror.math.princeton.edu/pub/lineageos/full/{{ device.codename }}/).
{% endif %}

    {%- for partition in device.before_recovery_install.partitions %}
      * {{ partition }}.img
    {%- endfor %}

2. Next we manually reboot into bootloader or download mode
  * {% t devices.with_the_device_powered_off %}
  * {% t device.download_boot %}

3. Flash the downloaded image files to your device by typing (replace `<...>` with the actual filenames):
  ```
  {%- for partition in device.before_recovery_install.partitions %}