install.sh gelöscht

This commit is contained in:
2026-05-08 16:23:56 +02:00
parent c0c8b9ad55
commit f73e9f7783
-8
View File
@@ -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!"