From 147c5a5d7b9f6e8c94bed352ea87a7e40e2682d7 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 7 Nov 2024 20:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20run.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index ea36c3a..e76f044 100644 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -PUB_KEY=$(curl -fsSL https://git.myprog.cn/eric.keys) +PUB_KEY=$(curl -fsSL https://git.myprog.top/eric.keys) if [ ! -f "${HOME}/.ssh/authorized_keys" ]; then mkdir -p ${HOME}/.ssh/ touch ${HOME}/.ssh/authorized_keys