diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-06 00:25:03 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-06 00:25:03 -0400 |
| commit | fca5dfdfe30cc80415b557e14f14e41ea41cf3da (patch) | |
| tree | 07905ed94d2605e6f86481fbb3f8a70b445fac62 /static/install.html | |
| parent | b8c89fe0fca8ffc2cf05d2cf8e3c9d70bb960f07 (diff) | |
start list of distributions with proper packages
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index f20252cf..67bcc00f 100644 --- a/static/install.html +++ b/static/install.html @@ -90,6 +90,15 @@ scheme for platform-tools (adb, fastboot, etc.) with their own scheme and don't keep it up-to-date despite that being crucial.</p> + <p>List of distributions with proper packages:</p> + + <ul> + <li>Arch Linux: <code>android-tools</code> for fastboot (along with adb and other + tools, although they aren't necessary to install) and + <code>android-udev</code> for udev rules to make fastboot / adb work in local + sessions without root</li> + </ul> + <p>If your distribution doesn't have a proper fastboot package, which is likely, consider using the official releases of platform-tools from Google. You can either obtain these as part of the standalone SDK or Android Studio which are self-updating |
