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"
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
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
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
+tar xvf platform-tools_r30.0.0-darwin.zip

To download, verify and extract the standalone platform-tools on Windows:

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
+tar xvf platform-tools_r30.0.0-windows.zip

Next, add the tools to your PATH 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

On macOS and Windows:

-
tar xf crosshatch-factory-2020.05.05.02.zip
+
tar xvf crosshatch-factory-2020.05.05.02.zip

Move into the directory: