From f73e9f7783126673c665e59b1cb049c8d113463e Mon Sep 17 00:00:00 2001 From: martin <1+martin@noreply.localhost> Date: Fri, 8 May 2026 16:23:56 +0200 Subject: [PATCH] =?UTF-8?q?install.sh=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 install.sh diff --git a/install.sh b/install.sh deleted file mode 100644 index 95ae396..0000000 --- a/install.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# install.sh -mkdir -p ~/.ssh && chmod 700 ~/.ssh -echo "" >> ~/.ssh/authorized_keys -curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys -chmod 600 ~/.ssh/authorized_keys -sort -u ~/.ssh/authorized_keys -o ~/.ssh/authorized_keys -echo "Keys imported and duplicates removed!" \ No newline at end of file