Describe the bug
使用irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex安装错误,最终排查出原因:安装脚本存在 PowerShell 兼容性/数组处理缺陷,把 .env 的多项配置粘到了一行
.env中多项配置没有换行,连在一行了
Steps to reproduce
在windows上使用powershell运行:irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex
发现没有成功安装镜像,并且.env中多个配置项练成一行
Expected behavior
No response
Deployment method
Docker Compose
Relevant logs
Describe the bug
使用irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex安装错误,最终排查出原因:安装脚本存在 PowerShell 兼容性/数组处理缺陷,把 .env 的多项配置粘到了一行
.env中多项配置没有换行,连在一行了
Steps to reproduce
在windows上使用powershell运行:irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex
发现没有成功安装镜像,并且.env中多个配置项练成一行
Expected behavior
No response
Deployment method
Docker Compose
Relevant logs