add automatically mod updating to a AUR factorio server
| factorio-mod-update.hook | ||
| factorio.service | ||
| mod_update.sample | ||
| README.md | ||
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;