summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index cfcc1a4..e8c7855 100755
--- a/install.sh
+++ b/install.sh
@@ -1,9 +1,10 @@
 function update_mod {
+	echo "updating $1..."
 	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 -
 }
 
-update_mod rabbit-bugfix
 update_mod auto-tune
+update_mod whispers-bugfix