diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-10-05 17:32:56 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-10-05 17:32:56 -0400 |
| commit | 79ed8f172c5db4bb4cfa253a32a0751bfa417252 (patch) | |
| tree | 78e7e478cdef97116b6ca81c53e9ac2584eeae33 /static/install.html | |
| parent | f22e7b3577f81236fb380e5ba83270faec121c31 (diff) | |
add back Arch Linux package suggestions
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/install.html b/static/install.html index 9c6ed00b..4c6d3a46 100644 --- a/static/install.html +++ b/static/install.html @@ -90,14 +90,14 @@ 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 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>--> + <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 |
