fix: rename manager module to git.zkcoi.com/zkcoi/Meshray-Manager
- go.mod module path matches repo zkcoi/Meshray-Manager (case-distinct from zkcoi/Meshray/core)
- rewrite internal imports meshray/{internal,web,pkg} -> Meshray-Manager/... (core refs kept)
- sync README.md / install.sh repo URLs; add CHANGELOG entry
This commit is contained in:
@@ -38,7 +38,7 @@ sudo mkdir -p /opt/meshray/backups
|
||||
# 下载 MeshRay(需要从 GitHub Releases 下载)
|
||||
echo "📦 正在下载 MeshRay ${MESHRAY_VERSION}..."
|
||||
# TODO: 替换为真实的下载链接
|
||||
# wget -q https://git.zkcoi.com/zkcoi/meshray/releases/download/${MESHRAY_VERSION}/meshray-linux-${ARCH}.tar.gz
|
||||
# wget -q https://git.zkcoi.com/zkcoi/Meshray-Manager/releases/download/${MESHRAY_VERSION}/meshray-linux-${ARCH}.tar.gz
|
||||
# tar -xzf meshray-linux-${ARCH}.tar.gz
|
||||
# sudo mv meshray $INSTALL_DIR/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user