From 4d4f1edb3cd2999af1093dfcb6387253e20003d1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 12 May 2020 22:06:40 -0400 Subject: [PATCH] use bsdtar on macOS and Windows --- static/install.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/static/install.html b/static/install.html index 5ce54803..ebd0dd08 100644 --- a/static/install.html +++ b/static/install.html @@ -291,10 +291,17 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig

Reboot into the bootloader interface to begin the flashing procedure.

-

Next, extract the factory images and move into the directory:

+

Next, extract the factory images. On Linux:

-
unzip crosshatch-factory-2020.05.05.02.zip
-cd crosshatch-factory-2020.05.05.02
+
unzip crosshatch-factory-2020.05.05.02.zip
+ +

On macOS and Windows:

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

Move into the directory:

+ +
cd crosshatch-factory-2020.05.05.02

Flash the images with the flash-all script in the directory. On Linux and macOS: