From 885f8a57682d8938192277845697cd673dd4c01b Mon Sep 17 00:00:00 2001
From: Daniel Micay
To download, verify and extract the standalone platform-tools on Linux:
+To download, verify and extract the standalone platform-tools on Debian and + Ubuntu:
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 @@ -219,7 +220,7 @@ tar xvf platform-tools_r30.0.5-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.
On Linux and macOS:
+On Debian, Ubuntu and macOS:
export PATH="$PWD/platform-tools:$PATH"