hello,
when I type try to get the headless server package with wget, it fail because it is not a direct link to the package.
The link given from the web page is: https://www.factorio.com/get-download/0 ... ss/linux64
who is giving you the option to save the tar.gz file if you are on windows.
BUT, if you try it from Centos with WGET https://www.factorio.com/get-download/0 ... ss/linux64 it download you a file named linux64 instend of the tar.gz file.
Can you guy fix the direct link download plz?
Direct link download for linux headless install
Re: Direct link download for linux headless install
It's the same file, you could just rename it.
Re: Direct link download for linux headless install
seems to have worked.
I feel bad now.
I feel bad now.

Re: Direct link download for linux headless install
Add --content-disposition as argument to wget to get the correctly named file right away.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Direct link download for linux headless install
thank youprg wrote:Add --content-disposition as argument to wget to get the correctly named file right away.
