Download links for Linux

Things that we don't consider worth fixing at this moment.
Post Reply
jabwd
Manual Inserter
Manual Inserter
Posts: 1
Joined: Sat Apr 13, 2019 2:27 pm
Contact:

Download links for Linux

Post by jabwd »

Download links currently redirect, which makes it harder to use something like curl or wget.

tehfreek
Filter Inserter
Filter Inserter
Posts: 391
Joined: Thu Mar 17, 2016 7:34 am
Contact:

Re: Download links for Linux

Post by tehfreek »

This is unlikely to change due to the use of Cloudflare.

quyxkh
Smart Inserter
Smart Inserter
Posts: 1029
Joined: Sun May 08, 2016 9:01 am
Contact:

Re: Download links for Linux

Post by quyxkh »

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]
    $

Post Reply

Return to “Won't fix.”