Polished guide
This commit is contained in:
parent
fc6ccd0ab3
commit
495177bd9b
3 changed files with 2 additions and 3 deletions
|
@ -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”).
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue