更新星尘发布脚本,自动检测并安装net7运行时
#!/bin/bash echo "Install Stardust on Linux" if [ ! -d "/usr/share/dotnet/" ]; then curl https://x.newlifex.com/dotnet/net7-x64.sh | sudo bash fi sudo dotnet agent\StarAgent.dll -install -server http://127.0.0.1:6600