|
@@ -3,7 +3,7 @@
|
|
|
# 先克隆 shell-kit 仓库(如果不存在)
|
|
# 先克隆 shell-kit 仓库(如果不存在)
|
|
|
if [ ! -d "/workspace/shell-kit" ]; then
|
|
if [ ! -d "/workspace/shell-kit" ]; then
|
|
|
echo "正在克隆 shell-kit 仓库..."
|
|
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 仓库克隆完成"
|
|
echo "shell-kit 仓库克隆完成"
|
|
|
else
|
|
else
|
|
|
echo "错误:shell-kit 仓库克隆失败"
|
|
echo "错误:shell-kit 仓库克隆失败"
|