更新 run.sh

This commit is contained in:
eric 2024-11-07 20:11:34 +08:00
parent 0b96ce36e1
commit 147c5a5d7b

2
run.sh
View File

@ -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