Fixed typos

This commit is contained in:
Sun Knudsen 2021-04-22 10:57:10 -04:00
parent 943c893a6f
commit dc690cb44e
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
2 changed files with 3 additions and 3 deletions

View File

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

View File

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