From c0c8b9ad559dc1a4fddcf12cfdf3ca0d6d9ee043 Mon Sep 17 00:00:00 2001 From: martin <1+martin@noreply.localhost> Date: Fri, 8 May 2026 16:20:33 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b2cd477..a456967 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ echo "" >> ~/.ssh/authorized_keys && curl -s https://git.1337733.xyz/martin/sshc echo "" >> ~/.ssh/authorized_keys && wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys ``` +# install.sh +```bash +curl -sL https://git.1337733.xyz/martin/sshconfig/raw/branch/main/install.sh | bash +``` + # Set File Permissions ```bash chmod 600 ~/.ssh/authorized_keys