From c8acb854ccdbcb059b4ba429536157d579dcdbbc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 6 Aug 2024 09:20:39 -0400 Subject: [PATCH] flash-all.sh is no longer executable in the new format Our optimized factory images currently don't mark this script as executable because there's no API for it in the zip library used by fastboot. For now, just run it directly with the shell. --- static/install/cli.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/install/cli.html b/static/install/cli.html index d1ebaf05..6859171a 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -472,7 +472,7 @@ curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-VERS

On Linux and macOS:

-
./flash-all.sh
+
sh flash-all.sh

On Windows: