Skip to content

Commit

Permalink
curl flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Dec 18, 2023
1 parent 676f928 commit 3e40445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd debian-autoinstall
To include SSH keys for remote access, add them to the `configs/authorized_keys` file.

```sh
curl -sSLo configs/authorized_keys https://github.com/nothub.keys
curl -fsSLo configs/authorized_keys https://github.com/nothub.keys
echo "ssh-ed25519 AAAA... foo" >> configs/authorized_keys
echo "ssh-ed25519 AAAA... bar" >> configs/authorized_keys
```
Expand Down

0 comments on commit 3e40445

Please sign in to comment.