All of Fabric 5 - AOF5 - 1.18.2

All of Fabric 5 - AOF5 - 1.18.2

496k Downloads

startserver.sh doesn't follow redirects when using curl

bvtthead opened this issue ยท 1 comments

commented

I was getting a corrupted serverstart-2.1.1.jar since curl was just downloading 30X page returned by github.

curl -o serverstarter-2.1.1.jar "${URL}"

curl -LOJR "${URL}" worked for me.

commented

I've fixed this before in #176, but then later changes reverted it :(