Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Change-Id: I11fb77c3078a74512bdc3b3cc1e0021da5f3426c
  • Loading branch information
npjohnson committed Jun 1, 2024
1 parent 93c988b commit fbca7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/templates/recovery_install_nintendo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Additionally, his guide will not detail exploiting or ModChipping your Switch, o
## Preparing the SD Card
1. In Hekate, select "Tools" in the top-center of the screen, then click "USB Tools" in the bottom right, finally selecting "SD Card" under the "USB Mass Storage" header in the top-left of the screen.
2. Connect your device to your PC, and navigate to your SD Card once it is mounted.
3. Please download the following files from [here](https://download.lineageos.org/devices/{{ device.codename }}/builds) and place them in the noted folders (which you will potentially have to create) on your device's SD Card:
3. Please download the following files from [here](https://updater.oddsolutions.us/devices/{{ device.codename }}/builds) and place them in the noted folders (which you will potentially have to create) on your device's SD Card:
* `boot.img` -> `switchroot/install/boot.img`
* `recovery.img` -> `switchroot/install/recovery.img`
* `nx-plat.dtimg` -> `switchroot/install/nx-plat.dtimg`
Expand Down
2 changes: 1 addition & 1 deletion _includes/templates/recovery_install_oor.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
1. Download a custom recovery - you can download [TWRP](https://dl.twrp.me/{{ custom_recovery_codename }}). Simply download the latest recovery file, named something like `twrp-x.x.x-x-{{ custom_recovery_codename }}.img`.
{%- elsif device.maintainers != empty %}
{%- assign is_lineage_recovery = true %}
1. Download [Lineage Recovery](https://download.lineageos.org/devices/{{ custom_recovery_codename }}). Simply download the latest recovery file, named `{{ device.recovery_partition_name }}.img`.
1. Download [Lineage Recovery](https://updater.oddsolutions.us/devices/{{ custom_recovery_codename }}). Simply download the latest recovery file, named `{{ device.recovery_partition_name }}.img`.
{%- else %}
1. [Build]({{ device | device_link: "/build" | relative_url }}) a LineageOS installation package. The recovery will be built as part of it!
{%- endif %}
Expand Down

0 comments on commit fbca7ce

Please sign in to comment.