diff --git a/install-macos.sh b/install-macos.sh index e3e5ad5..0c5bed7 100755 --- a/install-macos.sh +++ b/install-macos.sh @@ -101,7 +101,7 @@ echo -e " 选择 ${BOLD}MiniMax${NC} 可获得 ${BOLD}7天免费试用${NC} — echo -e " 注册地址:${BLUE}https://platform.minimax.io${NC}" echo "" -openclaw onboard --accept-risk --flow quickstart --node-manager npm --skip-skills +openclaw onboard --accept-risk --flow quickstart --node-manager npm --skip-skills < /dev/tty echo "" echo -e "${GREEN}${BOLD}========================================${NC}" diff --git a/install-windows.ps1 b/install-windows.ps1 index 47e67ef..e2bd609 100644 --- a/install-windows.ps1 +++ b/install-windows.ps1 @@ -177,7 +177,7 @@ Write-Host " 选择 MiniMax 可获得 7天免费试用 - 无需信用卡。" -F Write-Host " 注册地址:https://platform.minimax.io" -ForegroundColor Cyan Write-Host "" -wsl -d Ubuntu-24.04 -- bash -c 'export PATH="$HOME/.openclaw/bin:$PATH" && openclaw onboard --accept-risk --flow quickstart --node-manager npm --skip-skills' +wsl -d Ubuntu-24.04 -- bash -c 'export PATH="$HOME/.openclaw/bin:$PATH" && openclaw onboard --accept-risk --flow quickstart --node-manager npm --skip-skills < /dev/tty' Write-Host "" Write-Host "========================================" -ForegroundColor Green