Skip to content

Factorio changed download page format #1854

@kyreeth

Description

@kyreeth

For at least the experimental branch, the parsing of the download-headless page at the top of fn_update_factorio_availablebuild fails, specifically the curl | grep now matches a generic download link before the list of links that contain version numbers.

I fixed it by changing ‘head -n 1’ to ‘head -n 2 | tail -n 1’.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions