Download links for Linux
Download links for Linux
Download links currently redirect, which makes it harder to use something like curl or wget.
Re: Download links for Linux
This is unlikely to change due to the use of Cloudflare.
Re: Download links for Linux
and besides, curl's "follow the bouncing ball" option is `-L`.
Code: Select all
$ curl -sL https://www.factorio.com/get-download/latest/headless/linux64 -o test
$ tar tf test
factorio/bin/x64/factorio
factorio/data/
factorio/data/base/
factorio/data/base/campaigns/
factorio/data/base/campaigns/npe/
factorio/data/base/campaigns/npe/description.json
factorio/data/base/campaigns/npe/level-01/
[…etc]
$