Release v2.1.10
Install Darwin arm64
eval "$(curl -L https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/darwin_arm64.sh)"
Install Darwin x64
eval "$(curl -L https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/darwin_x64.sh)"
Install Linux arm64
eval "$(curl -L https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/linux_arm64.sh)"
Install Linux armv7l
eval "$(curl -L https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/linux_armv7l.sh)"
Install Linux ppc64le
eval "$(curl -L https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/linux_ppc64le.sh)"
Install Linux s390x
eval "$(curl -L https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/linux_s390x.sh)"
Install Linux x64
eval "$(curl -L https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/linux_x64.sh)"
Install (Mostly) any computer with bourne shell (sh) and nodejs installed (Latest lts is a good bet but check what the install scripts download)
eval "$(curl -L https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/noNodeInstall.sh)"
Install Windows arm64
Invoke-WebRequest -URI https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/windows_arm64.ps1 -OutFile ./dl.ps1; powershell ./dl.ps1; rm ./dl.ps1;
Install Windows x64
Invoke-WebRequest -URI https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/windows_x64.ps1 -OutFile ./dl.ps1; powershell ./dl.ps1; rm ./dl.ps1;
Install Windows x86
Invoke-WebRequest -URI https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/windows_x86.ps1 -OutFile ./dl.ps1; powershell ./dl.ps1; rm ./dl.ps1;
Install (Mostly) any computer with powershell and nodejs installed (Latest lts is a good bet but check what the install scripts download)
Invoke-WebRequest -URI https://github.com/Coolchickenguy/streaming-server/releases/download/2.1.10/noNodeInstall.ps1 -OutFile ./dl.ps1; powershell ./dl.ps1; rm ./dl.ps1;