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’.
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’.