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 @@
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.
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.
+ +Use the same terminal for the whole installation process. If you close it, + you'll lose the setup of the environment for the installation.
+ +On Windows, run the following command to remove PowerShell's legacy curl alias
+ for the current shell to avoid needing to reference it as curl.exe
+ instead of curl
:
Remove-Item Alias:Curl+
To download, verify and extract the standalone platform-tools on Windows:
-curl.exe -O https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip +using it for the rest of the installation process, so these instructions usecurl -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@@ -307,11 +322,6 @@ alias signify=signify-openbsd
curl
.
- On Windows, remove PowerShell's legacy curl alias for the current shell to avoid
- needing to reference it as curl.exe
instead of curl
:
Remove-Item Alias:Curl-
Download the factory images public key (factory.pub) in order to verify the factory images: