summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-06-23 03:19:58 +0300
committertoufic ar <contact@toufy.me>2026-06-23 03:19:58 +0300
commit4b1a53d0bd926f3ec9565c1a2f2856db4ddbe4f8 (patch)
tree46d881f96c2b4d36d9b400f5fa1d43b911c83d89 /update.sh
parentfed8d10eab407bbfcd24cbfac1c1eef08af6daf2 (diff)
downloadservers-4b1a53d0bd926f3ec9565c1a2f2856db4ddbe4f8.tar.gz
servers-4b1a53d0bd926f3ec9565c1a2f2856db4ddbe4f8.zip
fix ssh known hosts fuckery
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index bbf89ec..6a248d2 100755
--- a/update.sh
+++ b/update.sh
@@ -4,8 +4,6 @@ set -e
./ssh_setup.sh
-ssh-keygen -y -f ~/.ssh/id_ed25519
-
git config --global user.email "msci@toufy.me"
git config --global user.name "makeshiftci"