I tried to use the command Oxyd posted on viewtopic.php?f=49&t=14395 after installing WGET and having Curl in its own folder in the Factorio folder but it gets to
Code: Select all
| sed -n 's/\["\(.*\)"\]/\1/p')
Code: Select all
'sed' is not recognized as an internal or external command,
operable program or batch file.
The full code I am tyring to use is
Code: Select all
wget -O update.zip --no-check-certificate $(curl "https://www.factorio.com/updater/get-download-link?username=${Username}&token=${token}&package=core-win64&from=0.14.3&to=0.14.4&isTarget=true&apiVersion=2" | sed -n 's/\["\(.*\)"\]/\1/p')