Change the default headless link to contain `.tar.gz`

Ideas that are too old (too many things have changed since) and ones which won't be implemented for certain reasons or if there are obviously better suggestions.

Moderator: ickputzdirwech

Post Reply
User avatar
Dimava
Inserter
Inserter
Posts: 24
Joined: Mon Jan 15, 2018 11:29 am
Contact:

Change the default headless link to contain `.tar.gz`

Post by Dimava »

Downloads page says "If you are running a server, you can use this link to always download the latest stable version."
Currently the link is https://factorio.com/get-download/stabl ... ss/linux64
So if you just

Code: Select all

wget
it, it'll create

Code: Select all

linux64
file, which is not unzippable by

Code: Select all

tar -xz
Please change the recommended link to https;//factorio.com/get-download/stable/headless/linux64/factorio-stable.tar.gz so its use is more obvious

User avatar
vinzenz
Factorio Staff
Factorio Staff
Posts: 192
Joined: Mon Aug 02, 2021 6:45 pm
Contact:

Re: Change the default headless link to contain `.tar.gz`

Post by vinzenz »

it's using xz for compression so you need to unpack it with

Code: Select all

tar -xJf
and with -O

Code: Select all

wget -O "myfavouritefilename.tar.xz"
you can set the name of the downloaded file.
bringing the oops to devops

Post Reply

Return to “Outdated/Not implemented”