summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-19 05:13:34 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-19 05:13:34 -0400
commit1260691ad3844c490ed6a0098a63308679cc9065 (patch)
tree423d5328b5c428746e2ddec1c89d1705f2ea9367 /static
parenta0766d2aee83298f0f8171b2f04021915dc9d694 (diff)
use verbose tar extraction
Diffstat (limited to 'static')
-rw-r--r--static/build.html2
-rw-r--r--static/install.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html
index 1ca33519..5c1c703c 100644
--- a/static/build.html
+++ b/static/build.html
@@ -820,7 +820,7 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin"</pre>
<pre>cd ~/android
curl -O https://dl.google.com/dl/android/studio/ide-zips/3.6.3.0/android-studio-ide-192.6392135-linux.tar.gz
echo '33ec9f61b20b71ca175cd39083b1379ebba896de78b826ea5df5d440c6adfd2a android-studio-ide-192.6392135-linux.tar.gz' | sha256sum -c
-tar xf android-studio-ide-192.6392135-linux.tar.gz
+tar xvf android-studio-ide-192.6392135-linux.tar.gz
rm android-studio-ide-192.6392135-linux.tar.gz
mv android-studio studio</pre>
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>