use bsdtar on macOS and Windows

This commit is contained in:
Daniel Micay 2020-05-12 22:06:40 -04:00
parent 60ebb8d658
commit 4d4f1edb3c

View File

@ -291,10 +291,17 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig
<p>Reboot into the bootloader interface to begin the flashing procedure.</p>
<p>Next, extract the factory images and move into the directory:</p>
<p>Next, extract the factory images. On Linux:</p>
<pre>unzip crosshatch-factory-2020.05.05.02.zip
cd crosshatch-factory-2020.05.05.02</pre>
<pre>unzip crosshatch-factory-2020.05.05.02.zip</pre>
<p>On macOS and Windows:</p>
<pre>tar xf crosshatch-factory-2020.05.05.02.zip</pre>
<p>Move into the directory:</p>
<pre>cd crosshatch-factory-2020.05.05.02</pre>
<p>Flash the images with the flash-all script in the directory. On Linux and macOS:</p>