diff --git a/static/install.html b/static/install.html index 5dbcf192..0b19923d 100644 --- a/static/install.html +++ b/static/install.html @@ -152,20 +152,20 @@
To download, verify and extract the standalone platform-tools on Linux:
-curl -O https://dl.google.com/android/repository/platform-tools_r30.0.0-linux.zip -echo 'f05b3d78def516d6fdf64be1caa1e1698e482b3adcf54a48dfaf9c972ddbd18e platform-tools_r30.0.0-linux.zip' | sha256sum -c -unzip platform-tools_r30.0.0-linux.zip+
curl -O https://dl.google.com/android/repository/platform-tools_r30.0.2-linux.zip +echo 'f7306a7c66d8149c4430aff270d6ed644c720ea29ef799dc613d3dc537485c6e platform-tools_r30.0.2-linux.zip' | sha256sum -c +unzip platform-tools_r30.0.2-linux.zip
To download, verify and extract the standalone platform-tools on macOS:
-curl -O https://dl.google.com/android/repository/platform-tools_r30.0.0-darwin.zip -echo 'SHA256 (platform-tools_r30.0.0-darwin.zip) = 74f3fd31032163c9d83383c266fcecf35a22b86986a7949572737b1aaf91715b' | shasum -c -tar xvf platform-tools_r30.0.0-darwin.zip+
curl -O https://dl.google.com/android/repository/platform-tools_r30.0.2-darwin.zip +echo 'SHA256 (platform-tools_r30.0.2-darwin.zip) = ab9dbab873fff677deb2cfd95ea60b9295ebd53b58ec8533e9e1110b2451e540' | shasum -c +tar xvf platform-tools_r30.0.2-darwin.zip
To download, verify and extract the standalone platform-tools on Windows:
-curl.exe -O https://dl.google.com/android/repository/platform-tools_r30.0.0-windows.zip -(Get-FileHash platform-tools_r30.0.0-windows.zip).hash -eq "854305f9a702f5ea2c3de73edde402bd26afa0ee944c9b0c4380420f5a862e0d" +curl.exe -O https://dl.google.com/android/repository/platform-tools_r30.0.2-windows.zip +(Get-FileHash platform-tools_r30.0.2-windows.zip).hash -eq "265dd7b55f58dff1a5ad5073a92f4a5308bd070b72bd8b0d604674add6db8a41" tar xvf platform-tools_r30.0.0-windows.zipNext, add the tools to your
PATH
in the current shell so they can be