b 5 miesięcy temu
rodzic
commit
e6c5a02f36
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      init.example

+ 1 - 1
init.example

@@ -3,7 +3,7 @@
 # 先克隆 shell-kit 仓库(如果不存在)
 if [ ! -d "/workspace/shell-kit" ]; then
 	echo "正在克隆 shell-kit 仓库..."
-	if git clone https://github.com/Kit/shell-kit.git /workspace/shell-kit; then
+	if git clone root@git.ooo.ink:root/shell-kit.git /workspace/shell-kit; then
 		echo "shell-kit 仓库克隆完成"
 	else
 		echo "错误:shell-kit 仓库克隆失败"