Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 700 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 700 Bytes

Factorio Mod Updater

Simplify downloading and updating Factorio mods on your server.

This script assumes:

  • You're in the factorio install directory when running it
  • You're using the default mod-list.json format
  • You want the latest version of the mod

To run it:

  • Download it to the factorio install directory
  • Ensure a mod-list.json file is present (0.17.x sample)
  • Set the script as executable: chmod +x factorio-mod-updater.sh
  • Run it: ./factorio-mod-updater.sh

For a Docker based Factorio solution, checkout the Docker image page