Skip to content

Commit 53bd81f

Browse files
committed
wiki: Update heimdall download URLs
Change-Id: I515f8a38a8f12d70ce94797c17f479baf50b48f0
1 parent 3813fd3 commit 53bd81f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_includes/templates/recovery_install_heimdall.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ The preferred method of installing a custom recovery is through Download Mode{%
1717
1. Enable Developer Options by pressing the "Build Number" option in the "Settings" app within the "About" menu
1818
* From within the Developer options menu, enable OEM unlock.
1919
{% endunless %}
20-
2. Download and install the appropriate version of the [Heimdall suite](https://www.androidfilehost.com/?w=files&flid=304516) for your machine's OS
21-
* **Windows**: Extract the Heimdall suite zip and take note of the new directory containing `heimdall.exe`. You can verify Heimdall is functioning by opening a Command Prompt or PowerShell in that directory and running `heimdall version`.
20+
2. Download and install the appropriate version of the Heimdall suite for your machine's OS
21+
* [Windows](https://blob.lineageos.org/downloads/heimdall/Heimdall-Windows-master-012220.zip): Extract the Heimdall suite zip and take note of the new directory containing `heimdall.exe`. You can verify Heimdall is functioning by opening a Command Prompt or PowerShell in that directory and running `heimdall version`.
2222
* If you receive an error, install the [Microsoft Visual C++ 2015-2019 Redistributable Package (x86)](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) on your computer.
23-
* **Linux**: Extract the Heimdall suite zip and take note of the new directory containing `heimdall`. Now copy `heimdall` into a directory in $PATH, a common one on most distros will be /usr/local/bin. For example `cp heimdall /usr/local/bin`. You can verify Heimdall is functioning by opening a Terminal and running `heimdall version`.
24-
* **macOS**: Mount the Heimdall suite DMG. Now drag `heimdall` down into the `/usr/local/bin` symlink provided in the DMG. You can verify Heimdall is functioning by opening a Terminal and running `heimdall version`.
23+
* [Linux](https://blob.lineageos.org/downloads/heimdall/Heimdall-linux-master-012220.zip): Extract the Heimdall suite zip and take note of the new directory containing `heimdall`. Now copy `heimdall` into a directory in $PATH, a common one on most distros will be /usr/local/bin. For example `cp heimdall /usr/local/bin`. You can verify Heimdall is functioning by opening a Terminal and running `heimdall version`.
24+
* [macOS](https://blob.lineageos.org/downloads/heimdall/Heimdall-macOS-master-012220.dmg): Mount the Heimdall suite DMG. Now drag `heimdall` down into the `/usr/local/bin` symlink provided in the DMG. You can verify Heimdall is functioning by opening a Terminal and running `heimdall version`.
2525
{% include alerts/note.html content="These Heimdall suite distributions were built by LineageOS Developers Nolen Johnson (npjohnson) and Jan Altensen (Stricted), as the Heimdall suite executables distributed on the official Heimdall website were outdated and the repo mostly abandoned. Modifications were made to make it build and function on modern OSes." %}
2626
4. Power off the device, and boot it into download mode:
2727
* {{ device.download_boot }}

0 commit comments

Comments
 (0)