From 3e40445e7d11ac72ccf53348ec32a7a7db04d19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=BCbner?= Date: Mon, 18 Dec 2023 04:48:42 +0100 Subject: [PATCH] curl flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5211a15..f3165e8 100644 --- a/README.md +++ b/README.md @@ -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 ```