diff --git a/static/install.html b/static/install.html index 0d767f20..0cbc1e9e 100644 --- a/static/install.html +++ b/static/install.html @@ -402,8 +402,7 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2020.12.12.03.zip.sig

/tmp is shared between applications and users. To use a different temporary directory if your /tmp doesn't have enough space available:

-
mkdir tmp
-TMPDIR="$PWD/tmp" ./flash-all.sh
+
mkdir tmp && TMPDIR="$PWD/tmp" ./flash-all.sh