factorio-init icon indicating copy to clipboard operation
factorio-init copied to clipboard

Factorio init script

Results 22 factorio-init issues
Sort by recently updated
recently updated
newest added

when running `./factorio install` errors and returns `Aborting install, unable to write to '/opt/factorio'!`. Running as sudo does not help.

slight modification to .gitignore for vscode users as well as killing the runaway cat fixes #185

No idea if this is caused by instability or some other problems. The server works properly until we decide to restart it yesterday with a new save file. The save...

After a forced system update to Ubuntu it would appear that the script hangs during the closing of the FIFO step when issuing the stop command. Closer examination of the...

The CI job is currently broken ``` Run sudo -E -u "${factorio_user}" extras/test/libs/bats-core/bin/bats extras/test --jobs 10 sudo -E -u "${factorio_user}" extras/test/libs/bats-core/bin/bats extras/test --jobs 10 shell: /usr/bin/bash -e {0} env: factorio_version:...

~~I guess due to a changed package name, using the update function does not work for 2.x~~ Due to a change of the --version output of the binary, updates are...

* updating some `egrep` to `grep -E` * additional match for binary location in `curl` with old filename format * adding support for new `factorio --version` outputs (Binary version: ->...

It looks like the Factorio download uses a hyphen now in the server download - found the issue when first running the install with factorio-init

An issue only happening by using the debug mode. Because function return text and that text is used for the code for next step, debug mode break it and add...

After the Space Age (didn't used it before), it installation don't work, because of a small change: > location: https://dl.factorio.com/releases/2.0.11_XXXXXX/factorio-headless_linux_2.0.11.tar.xz?secure=XXXXX _factorio_headless_linux_ became _factorio-headless_linux_ I don't know if the change would...