diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-19 05:13:34 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-19 05:13:34 -0400 |
| commit | 1260691ad3844c490ed6a0098a63308679cc9065 (patch) | |
| tree | 423d5328b5c428746e2ddec1c89d1705f2ea9367 /static/install.html | |
| parent | a0766d2aee83298f0f8171b2f04021915dc9d694 (diff) | |
use verbose tar extraction
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/install.html b/static/install.html index ebd0dd08..ada46342 100644 --- a/static/install.html +++ b/static/install.html @@ -160,13 +160,13 @@ unzip platform-tools_r30.0.0-linux.zip</pre> <pre>curl -O https://dl.google.com/android/repository/platform-tools_r30.0.0-darwin.zip echo 'SHA256 (platform-tools_r30.0.0-darwin.zip) = 74f3fd31032163c9d83383c266fcecf35a22b86986a7949572737b1aaf91715b' | shasum -c -tar xf platform-tools_r30.0.0-darwin.zip</pre> +tar xvf platform-tools_r30.0.0-darwin.zip</pre> <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.0-windows.zip (Get-FileHash platform-tools_r30.0.0-windows.zip).hash -eq "854305f9a702f5ea2c3de73edde402bd26afa0ee944c9b0c4380420f5a862e0d" -tar xf platform-tools_r30.0.0-windows.zip</pre> +tar xvf platform-tools_r30.0.0-windows.zip</pre> <p>Next, add the tools to your <code>PATH</code> in the current shell so they can be used without referencing them by file path, enabling usage by the flashing script. On @@ -297,7 +297,7 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig <p>On macOS and Windows:</p> - <pre>tar xf crosshatch-factory-2020.05.05.02.zip</pre> + <pre>tar xvf crosshatch-factory-2020.05.05.02.zip</pre> <p>Move into the directory:</p> |
