From 9e163491a56ff4fb8eadc7dd22142c4ee539f24d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 14 Apr 2025 07:56:28 -0700 Subject: Adds README and build/install scripts (linux only) --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..d0df008 --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +mod_name=von-newmann-2 + +cp -v ${mod_name}_*.zip ${HOME}/.factorio/mods -- cgit v1.2.1