update readme with proper way to set CRYPT variable

This commit is contained in:
Dan Johansen 2020-07-08 10:43:42 +02:00
parent 2c00e3fcf2
commit d7f88b3f94
No known key found for this signature in database
GPG Key ID: 084A7FC0035B1D49
1 changed files with 1 additions and 2 deletions

View File

@ -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)