use verbose tar extraction
This commit is contained in:
parent
a0766d2aee
commit
1260691ad3
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user