Bisa / factorio-init

Factorio init script
MIT License
415 stars 82 forks source link

Experimental=1 not working as I expect #150

Closed Elad420 closed 5 years ago

Elad420 commented 5 years ago

I have cloned the factorio-updater repo to the /opt directory set the path to "/opt/factorio-updater/update_factorio.py" in the factorio-init config and set the UPDATE_EXPERIMENTAL=1 this is what that looks like HEADLESS=1 UPDATE_USERNAME=<MY USERNAME HERE> UPDATE_TOKEN=<MY TOKEN HERE> UPDATE_EXPERIMENTAL=1 UPDATE_TMPDIR=/tmp

But when try to update to the experimental this is what I get. factorio@factorio-pc:/opt/factorio-init$ sudo service factorio update Checking for updates... No new updates for core-linux_headless64 0.16.51 factorio@factorio-pc:/opt/factorio-init$ `

EDIT: To Remove my private info

Elad420 commented 5 years ago

I'm using Ubuntu Server 18.04

Elad420 commented 5 years ago

Don't actually know if it is your script it seems like going from 16.51 to 17.xx is just not possible and I had to do a manual install to test I went to 17.41 and from there updates worked flawlessly.