Revert "清理"
猿人易 authored at 2024-06-17 16:53:31
222.00 B
Stardust

#!/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