use verbose tar extraction

This commit is contained in:
Daniel Micay
2020-05-19 05:13:34 -04:00
parent a0766d2aee
commit 1260691ad3
2 changed files with 4 additions and 4 deletions

View File

@@ -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>