Please provide a download link asap, if headless linux server is available
And close this bug report afterwards.
[0.17.0] Headless Linux server not available
Re: [0.17.0] Headless Linux server not available
Get yourself a desktop notification when headless points to 0.17! (Linux only)
Code: Select all
while [[ "0.17.0.tar.xz" != $(curl -sI https://www.factorio.com/get-download/latest/headless/linux64 | awk -F_ '/headless/{print substr($4,1,index($4,"?")-1)}') ]]; do sleep 5; done; notify-send "Headless 0.17 is here\!"
Re: [0.17.0] Headless Linux server not available
Here, we get an error on connection that the server is 0.17.0 (build 0)!
Re: [0.17.0] Headless Linux server not available
This should be fixed now