From d7f88b3f94e7e43515da54233993f379d21264fb Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Wed, 8 Jul 2020 10:43:42 +0200 Subject: [PATCH] update readme with proper way to set CRYPT variable --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e00e62..d1716b0 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ sudo bash manjaro-arm-installer Or with encryption support: *Warning! Encryption support is experimental and only Pinebook Pro is supported at this time!* ``` -export CRYPT="y" -sudo bash manjaro-arm-installer +sudo export CRYPT="y" && sudo bash manjaro-arm-installer ``` It will ask the crypt password twice (first to create it, the second one to open the device)