修改克隆项目时的地址
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user