更新脚本标题:OpenClaw 一键部署安装器
从"OpenClaw + MiniMax 安装器"改为"OpenClaw 一键部署安装器", 因为脚本支持多种模型提供商,不限于 MiniMax。 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ─────────────────────────────────────────────
|
||||
# OpenClaw + MiniMax 一键安装脚本 (Windows)
|
||||
# OpenClaw 一键部署安装脚本 (Windows)
|
||||
# 安装 WSL2 + Ubuntu,然后在 WSL 中设置 OpenClaw
|
||||
# ─────────────────────────────────────────────
|
||||
|
||||
@@ -13,7 +13,7 @@ function Write-Err($msg) { Write-Host "[错误] $msg" -ForegroundColor Red;
|
||||
function Write-Header {
|
||||
Write-Host ""
|
||||
Write-Host "========================================" -ForegroundColor White
|
||||
Write-Host " OpenClaw + MiniMax 安装器 (Windows)" -ForegroundColor White
|
||||
Write-Host " OpenClaw 一键部署安装器 (Windows)" -ForegroundColor White
|
||||
Write-Host "========================================" -ForegroundColor White
|
||||
Write-Host ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user