diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-03 22:10:15 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-03 22:11:54 -0500 |
| commit | 0f2be59270788945ad0f659f311f9a9524818c6c (patch) | |
| tree | fba24adf87ae0a39cece27ec51e0dea9df8dd8b9 /static/install.html | |
| parent | 7777f6604950bca924586519ea175550644ddaba (diff) | |
add section on opening terminal
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/static/install.html b/static/install.html index 928bc3bb..93e01f9a 100644 --- a/static/install.html +++ b/static/install.html @@ -59,6 +59,7 @@ <ul> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#enabling-oem-unlocking">Enabling OEM unlocking</a></li> + <li><a href="#opening-terminal">Opening terminal</a></li> <li> <a href="#obtaining-fastboot">Obtaining fastboot</a> <ul> @@ -133,10 +134,6 @@ either update the device via over-the-air updates or sideload a full update, which for Pixel phones can be obtained from the <a href="https://developers.google.com/android/ota">full update package page</a>.</p> - - <p>These instructions use command-line tools. On Windows, use PowerShell rather - than the legacy Command Prompt. Open up a single terminal and use it for the whole - installation process.</p> </section> <section id="enabling-oem-unlocking"> @@ -152,6 +149,24 @@ Play services as part of Factory Reset Protection (FRP) for anti-theft protection.</p> </section> + <section id="opening-terminal"> + <h2><a href="#opening-terminal">Opening terminal</a></h2> + + <p>These instructions use command-line tools. Launch the terminal as you would any + other application. On Windows, launch a regular non-administrator instance of the + PowerShell terminal. Do not use the legacy Command Prompt or administrator variant + of PowerShell.</p> + + <p>Use the same terminal for the whole installation process. If you close it, + you'll lose the setup of the environment for the installation.</p> + + <p>On Windows, run the following command to remove PowerShell's legacy curl alias + for the current shell to avoid needing to reference it as <code>curl.exe</code> + instead of <code>curl</code>:</p> + + <pre>Remove-Item Alias:Curl</pre> + </section> + <section id="obtaining-fastboot"> <h2><a href="#obtaining-fastboot">Obtaining fastboot</a></h2> @@ -200,7 +215,7 @@ tar xvf eabcd8b4b7ab518c6af9c941af8494072f17ec4b.platform-tools_r30.0.5-darwin.z <p>To download, verify and extract the standalone platform-tools on Windows:</p> - <pre>curl.exe -O https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip + <pre>curl -O https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip (Get-FileHash platform-tools_r30.0.5-windows.zip).hash -eq "549ba2bdc31f335eb8a504f005f77606a479cc216d6b64a3e8b64c780003661f" tar xvf platform-tools_r30.0.5-windows.zip</pre> @@ -307,11 +322,6 @@ alias signify=signify-openbsd</pre> using it for the rest of the installation process, so these instructions use <code>curl</code>.</p> - <p>On Windows, remove PowerShell's legacy curl alias for the current shell to avoid - needing to reference it as <code>curl.exe</code> instead of <code>curl</code>:</p> - - <pre>Remove-Item Alias:Curl</pre> - <p>Download <a href="https://releases.grapheneos.org/factory.pub">the factory images public key (factory.pub)</a> in order to verify the factory images:</p> |
