修改克隆项目时的地址

This commit is contained in:
2026-02-25 20:35:01 +08:00
parent b6891483ae
commit 79083be9ff
19 changed files with 52 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#
# FunMC 一键部署脚本
# 用法: curl -fsSL https://funmc.com/install.sh | bash
# 用法: curl -fsSL https://fc.funmc.cn/install.sh | bash
#
set -e
@@ -138,7 +138,7 @@ build_funmc() {
cd $INSTALL_DIR/src
git pull
else
git clone https://github.com/mofangfang/funmc.git $INSTALL_DIR/src
git clone https://gt.funmc.cn/xiaobai/FunConnect.git $INSTALL_DIR/src
cd $INSTALL_DIR/src
fi