From fed8d10eab407bbfcd24cbfac1c1eef08af6daf2 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Tue, 23 Jun 2026 03:08:13 +0300 Subject: check ssh pubkey --- update.sh | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.3.1