mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Fixed typos
This commit is contained in:
parent
943c893a6f
commit
dc690cb44e
@ -496,7 +496,7 @@ Good signature
|
||||
|
||||
👍
|
||||
|
||||
### Step 17: download and verify [trezor-verify-integrity.sh](./trezor-verify-integrity.sh) (used to validate Trezor devices)
|
||||
### Step 17: download and verify [trezor-verify-integrity.sh](./trezor-verify-integrity.sh) (used to verify integrity of Trezor devices)
|
||||
|
||||
```console
|
||||
$ curl -o /home/pi/.local/bin/trezor-verify-integrity.sh https://sunknudsen.com/static/media/privacy-guides/how-to-create-encrypted-paper-backup/trezor-verify-integrity.sh
|
||||
@ -530,7 +530,7 @@ Good signature
|
||||
|
||||
👍
|
||||
|
||||
### Step 18: download and verify [trezor-restore.sh](./trezor-restore.sh) (used to validate Trezor devices)
|
||||
### Step 18: download and verify [trezor-restore.sh](./trezor-restore.sh) (used to restore Trezor devices)
|
||||
|
||||
```console
|
||||
$ curl -o /home/pi/.local/bin/trezor-restore.sh https://sunknudsen.com/static/media/privacy-guides/how-to-create-encrypted-paper-backup/trezor-restore.sh
|
||||
|
@ -8,7 +8,7 @@ normal=$(tput sgr0)
|
||||
|
||||
mkdir -p /tmp/pi
|
||||
|
||||
printf "$bold%s$normal\n" "Please type root password and press enter"
|
||||
printf "$bold%s$normal\n" "Please type sudo password and press enter"
|
||||
read -rs password
|
||||
|
||||
export password=$password
|
||||
|
Loading…
x
Reference in New Issue
Block a user