From 3b36ed35f12388b43f8a5038a091d381273ffb75 Mon Sep 17 00:00:00 2001 From: martin <1+martin@noreply.localhost> Date: Fri, 8 May 2026 16:15:07 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 190fc79..b2cd477 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ This repository serves as a central storage for my public SSH keys. They can be ## curl ```bash -curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys +echo "" >> ~/.ssh/authorized_keys && curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys ``` ## wget ```bash -wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys +echo "" >> ~/.ssh/authorized_keys && wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys ``` # Set File Permissions