add automatically mod updating to a AUR factorio server
Find a file
2024-01-03 22:49:26 +01:00
factorio-mod-update.hook added pacman hook to restart and update mods. Updated README.md 2024-01-03 22:49:26 +01:00
factorio.service Initial commit of my hack to support auto mod updating with factorio 2024-01-03 19:26:52 +01:00
mod_update.sample Initial commit of my hack to support auto mod updating with factorio 2024-01-03 19:26:52 +01:00
README.md added pacman hook to restart and update mods. Updated README.md 2024-01-03 22:49:26 +01:00

installation

cd /opt;
git clone https://github.com/pdemonaco/factorio-mod-updater.git;

cp mod_update.sample /etc/conf.d/mod_update;
cp factorio.service /etc/systemd/system/;
mkdir /etc/pacman.d/hooks;
cp factorio-mod-update.hook /etc/pacman.d/hooks;
systemctl daemon-reload;