summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorVladislav <stvlad06@gmail.com>2023-02-18 18:06:58 +0300
committerDaniel Micay <danielmicay@gmail.com>2023-02-18 10:20:56 -0500
commit6a0e6def494795509378c12f646df26e05578f0b (patch)
treee7a59e0f45a28914f809f6291c9a095b2f5747af /static
parent7aad49766b929d4af104a93751b9edd0cfcf32fa (diff)
update platform-tools to r34.0.0
Diffstat (limited to 'static')
-rw-r--r--static/install/cli.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index d94557af..d191d769 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -253,21 +253,21 @@
Ubuntu:</p>
<pre>sudo apt install libarchive-tools
-curl -O https://dl.google.com/android/repository/platform-tools_r33.0.3-linux.zip
-echo 'ab885c20f1a9cb528eb145b9208f53540efa3d26258ac3ce4363570a0846f8f7 platform-tools_r33.0.3-linux.zip' | sha256sum -c
-bsdtar xvf platform-tools_r33.0.3-linux.zip</pre>
+curl -O https://dl.google.com/android/repository/platform-tools_r34.0.0-linux.zip
+echo '8137c2834dea05cb64c1a8bc041ea00fcd43e3a8a29429ad4f25b8ee51efebf6 platform-tools_r34.0.0-linux.zip' | sha256sum -c
+bsdtar xvf platform-tools_r34.0.0-linux.zip</pre>
<p>To download, verify and extract the standalone platform-tools on macOS:</p>
- <pre>curl -O https://dl.google.com/android/repository/platform-tools_r33.0.3-darwin.zip
-echo 'SHA256 (platform-tools_r33.0.3-darwin.zip) = 84acbbd2b2ccef159ae3e6f83137e44ad18388ff3cc66bb057c87d761744e595' | shasum -c
-tar xvf platform-tools_r33.0.3-darwin.zip</pre>
+ <pre>curl -O https://dl.google.com/android/repository/platform-tools_r34.0.0-darwin.zip
+echo 'SHA256 (platform-tools_r34.0.0-darwin.zip) = 15910dc3d38f29278fd177db61ab26126516a75d0086862dbd27c9c76b8888e6' | shasum -c
+tar xvf platform-tools_r34.0.0-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_r33.0.3-windows.zip
-(Get-FileHash platform-tools_r33.0.3-windows.zip).hash -eq "1e59afd40a74c5c0eab0a9fad3f0faf8a674267106e0b19921be9f67081808c2"
-tar xvf platform-tools_r33.0.3-windows.zip</pre>
+ <pre>curl -O https://dl.google.com/android/repository/platform-tools_r34.0.0-windows.zip
+(Get-FileHash platform-tools_r34.0.0-windows.zip).hash -eq "ae647ea7243f32e1735b8c52201c48a426cd756b65eaa15f47063c3579191001"
+tar xvf platform-tools_r34.0.0-windows.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>
@@ -293,7 +293,7 @@ tar xvf platform-tools_r33.0.3-windows.zip</pre>
<p>Example of the output after following the instructions above for the
standalone platform-tools:</p>
- <pre>fastboot version 33.0.3-8952118
+ <pre>fastboot version 34.0.0-9570255
Installed as /home/username/platform-tools/fastboot</pre>
</section>