summaryrefslogtreecommitdiff
path: root/static/install/cli.html
AgeCommit message (Collapse)Author
2024-02-14drop official support for installing via Debian 10Daniel Micay
Debian 10 no longer receives official security support and has an OpenSSH version predating file signing support. We plan to move away from signify to OpenSSH for more portability so this has to go.
2024-02-04start introducing conforming procedure stylesandbank52641
The changes summarized: * Use angle brackets (`>`) instead of arrow symbols (`➔`). * Put a non-breaking space (`&#160;`) before each angle bracket. * Wrap sequences and elements in bold element (`<b>`). * Accessibility: Wrap angle bracket in a span tag with an aria-label. References: * https://developers.google.com/style/procedures#multi-action-procedures * https://developers.google.com/style/ui-elements#angle-brackets I use the entity number `&#160;` for the non-breaking space instead of the named character entity `&nbsp;` because `xmllint` produces a linting error (which is to be expected). ``` parser error : Entity 'nbsp' not defined ``` Ideally we want to use the named character entity (`&nbsp;`), but I couldn't find a reasonable solution. In order not to block this change, I've opted for the entity number (`&#160;`). If a reasonable solution is found, the entity number can be easily replaced by the named character entity. The changes require more than just replacing the currently used arrow. The surrounding context should be checked to determine whether a change is appropriate at this point and whether it requires further changes in the context itself. The paragraphs are wrapped with the currently used 98 characters. If using vim: ``` :set tw=98 ``` Vim's wrapping is weird when applied several times. To work around this, we can unwrap the paragraph first. To select a paragraph, unwrap and rewrap: Point to the line of the paragraph, and type `vipJgqq` in normal mode.
2023-12-30mark Linux Mint as supported for installationDaniel Micay
2023-12-30drop end-of-life macOS Big SurDaniel Micay
2023-12-30update fwupd instructionsDaniel Micay
2023-12-21disconnect Pixel Tablet from stand for installingDaniel Micay
2023-12-18Fix wording in cli.htmlsgost1
2023-11-26document workaround for fwupd bugDaniel Micay
2023-11-07remove GNOME workaround for nowDaniel Micay
This appears to cause issues and we need more information on when this may be required.
2023-10-29make CLI install guide consistentDaniel Micay
2023-10-17publish experimental support for husky and shibaDaniel Micay
2023-10-12install: update supported OSesJorge Luis Carrillo
2023-10-12add key fingerprints for husky/shibaDaniel Micay
2023-07-30avoid specifically referring to phones in install guidesmatchboxbananasynergy
2023-07-23Update platform-tools hashesJorge Luis Carrillo
2023-07-15update platform-tools to 34.0.4Daniel Micay
2023-07-13Use simple templating for static processingsmdyv
2023-07-13Change string markings for replacementssmdyv
2023-06-28add Pixel Fold key fingerprint to install guidesDaniel Micay
2023-06-21publish Pixel Tablet supportDaniel Micay
2023-06-16Add Mastodon link to footertedgravlin
2023-06-10mark new Debian and Ubuntu releases supportedDaniel Micay
2023-05-16downgrade fastboot version due to upstream issueDaniel Micay
2023-05-16document 34.0.1 as minimum recommended fastbootDaniel Micay
2023-05-15update platform-tools hashesDaniel Micay
2023-05-13add Pixel 7a GrapheneOS avb key fingerprintDaniel Micay
2023-03-10update to platform-tools 34.0.1Daniel Micay
2023-02-18update platform-tools to r34.0.0Vladislav
2023-01-05add workaround for GNOME USB bugDaniel Micay
2022-12-24Arch Linux android-tools should be fixed nowDaniel Micay
2022-12-05document GNOME bug causing installation issuesDaniel Micay
2022-12-04remove accidental commasDaniel Micay
2022-11-27move GrapheneOS account to grapheneos.socialDaniel Micay
2022-11-16retract recommendation to use Arch android-toolsDaniel Micay
2022-11-15stop listing macOS Catalina as supportedDaniel Micay
This has been end-of-life since September.
2022-11-15list macOS Ventura and Ubuntu 22.10 as supportedDaniel Micay
2022-11-07add metadata for temporary Mastodon accountDaniel Micay
2022-10-18document 33.0.3 as minimum platform-toolsDaniel Micay
33.0.2 may be enough for the Pixel 7 and Pixel 7 Pro but it's best to reset this to the latest version that's now being heavily tested by people installing the experimental releases.
2022-10-17list key fingerprints for Pixel 7 and Pixel 7 ProDaniel Micay
2022-10-14raise minimum fastboot version to 33.0.1Daniel Micay
2022-10-10add forum link to footerDaniel Micay
2022-09-28unlist end-of-life Ubuntu 21.10Daniel Micay
2022-09-28prepare to list upcoming OS releases in OctoberDaniel Micay
2022-09-28clarify macOS versionsDaniel Micay
2022-09-08fix typoDaniel Micay
2022-09-08improve info on verifying installationDaniel Micay
2022-09-07clearer Pixel 6a OEM unlocking instructionsDaniel Micay
2022-08-25re-add note about updating stock as best practiceDaniel Micay
2022-08-25remove obsolete Android 13 beta informationDaniel Micay
2022-08-25Add highlighting style for placeholderssmdyv
This is in accordance with Google's developer documentation style guide.