diff options
| author | GrapheneOS <contact@grapheneos.org> | 2024-08-25 14:59:09 -0400 |
|---|---|---|
| committer | GrapheneOS <contact@grapheneos.org> | 2024-08-25 14:59:09 -0400 |
| commit | 1c2b4a1056ed6b0ea4dff29fdb4063697f6c1318 (patch) | |
| tree | a17fc39b50dd1dff97ea9a0ea8fd4d814cdbab9f /static/install/cli.html | |
| parent | 5265f667937827c47b0b19ca4d81f29850a24a46 (diff) | |
use bash for flash-all.sh
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 9f4442f9..288430e4 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -474,7 +474,7 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-install-<var>VERS <p>On Linux and macOS:</p> - <pre>sh flash-all.sh</pre> + <pre>bash flash-all.sh</pre> <p>On Windows:</p> |
