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
This commit is contained in:
parent
cd15f5b7f5
commit
065e7e4cfa
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user