diff --git a/static/install/cli.html b/static/install/cli.html index 124b2543..897844e9 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -230,21 +230,21 @@ Ubuntu:
sudo apt install libarchive-tools -curl -O https://dl.google.com/android/repository/platform-tools_r30.0.5-linux.zip -echo 'd6d72d006c03bd55d49b6cef9f00295db02f0a31da10e121427e1f4cb43e7cb9 platform-tools_r30.0.5-linux.zip' | sha256sum -c -bsdtar xvf platform-tools_r30.0.5-linux.zip+curl -O https://dl.google.com/android/repository/platform-tools_r31.0.1-linux.zip +echo 'e347361d1e6f8802da64272903b07180199e75f1a3b6636f851744d32b2fb090 platform-tools_r31.0.1-linux.zip' | sha256sum -c +bsdtar xvf platform-tools_r31.0.1-linux.zip
To download, verify and extract the standalone platform-tools on macOS:
-curl -O https://dl.google.com/android/repository/eabcd8b4b7ab518c6af9c941af8494072f17ec4b.platform-tools_r30.0.5-darwin.zip -echo 'SHA256 (eabcd8b4b7ab518c6af9c941af8494072f17ec4b.platform-tools_r30.0.5-darwin.zip) = e5780bad71a53cf9d693e1053a0748f49e4a67cc1f71d16a94ab4c943af3345f' | shasum -c -tar xvf eabcd8b4b7ab518c6af9c941af8494072f17ec4b.platform-tools_r30.0.5-darwin.zip+
curl -O https://dl.google.com/android/repository/d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.1-darwin.zip +echo 'SHA256 (d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.1-darwin.zip) = 09e7c56bb1f9f5adf5f4cc6a868d9a46429e2de7ee93879b34c4ee8211e7d401' | shasum -c +tar xvf d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.1-darwin.zip
To download, verify and extract the standalone platform-tools on Windows:
-curl -O https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip -(Get-FileHash platform-tools_r30.0.5-windows.zip).hash -eq "549ba2bdc31f335eb8a504f005f77606a479cc216d6b64a3e8b64c780003661f" -tar xvf platform-tools_r30.0.5-windows.zip+
curl -O https://dl.google.com/android/repository/platform-tools_r31.0.1-windows.zip +(Get-FileHash platform-tools_r31.0.1-windows.zip).hash -eq "4d515aadf0b87db1b3da3d95d3696c3c237820dd6f953b2286f7711a7291ccf4" +tar xvf platform-tools_r31.0.1-windows.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.
Example of the output after following the instructions above for the standalone platform-tools:
-fastboot version 30.0.5-6877874 +fastboot version 31.0.1-7187441 Installed as /home/username/platform-tools/fastboot