summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorRabbit Whispers <us@starfall.systems>2025-06-14 18:45:35 -0500
committerRabbit Whispers <us@starfall.systems>2025-06-14 18:45:35 -0500
commitddb751b02017bd003c39cc0ad970990c58361c52 (patch)
tree51105bcaad672dc38acef5b0dac361e0123d61dd /install.sh
parent9c55fe0f404f26de278aeed490579b042a441d9b (diff)
auto-tune: no more mismatching mindstars!
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh15
1 files changed, 8 insertions, 7 deletions
diff --git a/install.sh b/install.sh
index 6cfabb7..cfcc1a4 100755
--- a/install.sh
+++ b/install.sh
@@ -1,8 +1,9 @@
-cd rabbit-bugfix
-zip -r --filesync tome-rabbit-bugfix.teaa init.lua data hooks overload superload
-install -m755 tome-rabbit-bugfix.teaa $HOME/games/steam/TalesMajEyal/game/addons/tome-rabbit-bugfix.teaa
-cd -
+function update_mod {
+	cd $1
+	zip -r --filesync tome-$1.teaa init.lua data hooks overload superload
+	install -m755 tome-$1.teaa $HOME/games/steam/TalesMajEyal/game/addons/tome-$1.teaa
+	cd -
+}
 
-# cd rabbit-qol
-# zip -r --filesync tome-rabbit-qol.teaa init.loa data hooks overload superload
-# install -m755 tome-rabbit-qol.teaa $HOME/games/steam/TalesMajEyal/game/addons/tome-rabbit-qol.teaa
+update_mod rabbit-bugfix
+update_mod auto-tune