summaryrefslogtreecommitdiff
path: root/static/install.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-01-03 22:43:21 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-01-03 22:43:21 -0500
commitcebbf20a64883885e34bc05cd659b8a35165fb1c (patch)
tree014e94ec377ee6bdf5c508206509b362890e699c /static/install.html
parent885f8a57682d8938192277845697cd673dd4c01b (diff)
use one liner for full /tmp workaround
Diffstat (limited to 'static/install.html')
-rw-r--r--static/install.html3
1 files changed, 1 insertions, 2 deletions
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</p
<code>/tmp</code> is shared between applications and users. To use a different
temporary directory if your <code>/tmp</code> doesn't have enough space available:</p>
- <pre>mkdir tmp
-TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
+ <pre>mkdir tmp &amp;&amp; TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
</section>
</section>