From 885f8a57682d8938192277845697cd673dd4c01b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 3 Jan 2021 22:41:03 -0500 Subject: [PATCH] encourage using proper fastboot package on Arch --- static/install.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/install.html b/static/install.html index 45b9ba96..0d767f20 100644 --- a/static/install.html +++ b/static/install.html @@ -198,7 +198,8 @@ our recommendation for most users. The flashing process won't work unless you follow these instructions including setting up PATH.

-

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"