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