summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 6a248d2..bbf89ec 100755
--- a/update.sh
+++ b/update.sh
@@ -4,6 +4,8 @@ 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"