diff options
| author | sandbank52641 <153552626+sandbank52641@users.noreply.github.com> | 2024-08-27 11:37:15 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-08-27 05:51:14 -0400 |
| commit | 065e7e4cfa5a549bd7fc5ea2611b44560f97828a (patch) | |
| tree | 9b39bca6fc90b0629f94d33b6687aa3b7fd1367b /static/install | |
| parent | cd15f5b7f50bee20610d2f57fc95452d8636d693 (diff) | |
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
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/cli.html | 6 |
1 files 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</pre> <p>To download, verify and extract the standalone platform-tools on Windows:</p> - <pre>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</pre> + <pre>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</pre> <p>Next, add the tools to your <code>PATH</code> in the current shell so they can be used without referencing them by file path, enabling usage by the flashing script.</p> |
