From 065e7e4cfa5a549bd7fc5ea2611b44560f97828a Mon Sep 17 00:00:00 2001 From: sandbank52641 <153552626+sandbank52641@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:37:15 +0200 Subject: [PATCH] fix platform-tools for Windows URL for Windows changed starting with revision 35.0.1. Hash matches with "latest" Windows platform-tools. Fixes: https://github.com/GrapheneOS/grapheneos.org/issues/1004 --- static/install/cli.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index 288430e4..a0140e33 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -252,9 +252,9 @@ tar xvf platform-tools_r35.0.2-darwin.zip
To download, verify and extract the standalone platform-tools on Windows:
-curl -O https://dl.google.com/android/repository/platform-tools_r35.0.2-windows.zip -(Get-FileHash platform-tools_r35.0.2-windows.zip).hash -eq "ab9dbab873fff677deb2cfd95ea60b9295ebd53b58ec8533e9e1110b2451e540" -tar xvf platform-tools_r35.0.2-windows.zip+
curl -O https://dl.google.com/android/repository/platform-tools_r35.0.2-win.zip +(Get-FileHash platform-tools_r35.0.2-win.zip).hash -eq "2975a3eac0b19182748d64195375ad056986561d994fffbdc64332a516300bb9" +tar xvf platform-tools_r35.0.2-win.zip
Next, add the tools to your PATH
in the current shell so they can be
used without referencing them by file path, enabling usage by the flashing script.