diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-02 19:03:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-02 19:04:49 -0400 |
| commit | 38e18a6c6072e24a60c107c151b6230e65439f0b (patch) | |
| tree | 7a87f56b069f09a0eb30a13efbd836d6e49132f8 | |
| parent | f397a064e4dcbef63c976819ff566c98c0f5c2d3 (diff) | |
switch to listing all packages
| -rw-r--r-- | static/install.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/install.html b/static/install.html index d05ae959..2c18b01e 100644 --- a/static/install.html +++ b/static/install.html @@ -120,13 +120,17 @@ 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> + <p>List of distribution packages:</p> <ul> <li>Arch Linux: <code>android-tools</code> provides fastboot and other useful tools not required for installation such as adb. <code>android-udev</code> provides udev rules allowing fastboot and adb to work in local sessions without root.</li> + <li>Debian: package is both broken and out-of-date, do not use (see paragraph + above)</li> + <li>Ubuntu: package is both broken and out-of-date, do not use (see paragraph + above)</li> </ul> <p>If your operating system doesn't make a proper version of fastboot available, @@ -173,7 +177,7 @@ Installed as /home/username/downloads/platform-tools/fastboot</pre> these installation instructions from our site, which is hosted on the same static web server infrastructure as the releases.</p> - <p>List of distributions with proper packages:</p> + <p>List of distribution packages:</p> <ul> <li>Arch Linux: <code>signify</code></li> |
