added missing quotation marks to first EOF

This commit is contained in:
7aqdxe6f 2021-05-15 15:36:59 +02:00
parent c0a9babdb7
commit da2fda85a3
No known key found for this signature in database
GPG key ID: D6844406A2D2F0DD
7 changed files with 25 additions and 25 deletions

View file

@ -65,7 +65,7 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCzQpX9uqDP8L2gSZNJxYEi04Y1pZWz28v4zANY5dU
### Step 2: generate heredoc (the output of following command will be used at [step 10](#step-10-configure-pi-ssh-authorized-keys))
```shell
cat << EOF
cat << "EOF"
cat << "_EOF" > ~/.ssh/authorized_keys
$(cat ~/.ssh/pi.pub)
_EOF