Polished guide

This commit is contained in:
Sun Knudsen 2021-03-05 10:33:51 -05:00
parent fc6ccd0ab3
commit 495177bd9b
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
3 changed files with 2 additions and 3 deletions

View File

@ -28,8 +28,6 @@ Listed: true
Replace `10.0.1.248` with IP of Raspberry Pi.
When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer).
```shell
ssh pi@10.0.1.248 -i ~/.ssh/pi
```
@ -229,7 +227,7 @@ sudo rm -fr /boot/.fseventsd /boot/.DS_Store /boot/.Spotlight-V100
### Step 15: reboot
```shell
sudo systemctl poweroff
sudo systemctl reboot
```
> WARNING: DO NOT CONNECT RASPBERRY PI TO NETWORK EVER AGAIN WITHOUT REINSTALLING RASPBERRY PI OS FIRST (DEVICE IS NOW "READ-ONLY" AND “COLD”).

View File

@ -90,6 +90,7 @@ function exists {
}
if [ "$bip39" = true ]; then
printf "%s\n" "Testing secret against BIP39 word list…"
words=($secret)
for word in ${words[@]}; do
if ! exists $word; then