Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
Close Stale Issues / close_stale_issues (push) Has been cancelled
repo-sync / repo-sync (push) Has been cancelled
auto-deploy-tencent-scf / pre-check (push) Has been cancelled
auto-deploy-tencent-scf / deploy serverless (push) Has been cancelled
9 lines
572 B
Bash
9 lines
572 B
Bash
## 添加你需要重启自动执行的任意命令,比如 ql repo
|
|
## 安装node依赖使用 pnpm install -g xxx xxx
|
|
## 安装python依赖使用 pip3 install xxx
|
|
|
|
# 安装 dotnet 环境
|
|
# dotnet --version || (curl -sSL https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/main/qinglong/ray-dotnet-install.sh | bash /dev/stdin --no-official) && (echo "已安装dotnet")
|
|
dotnet --version || (curl -sSL https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/main/qinglong/ray-dotnet-install.sh | bash /dev/stdin) && (echo "已安装dotnet")
|
|
# 其他代码...
|