diff options
author | Rabbit Whispers <us@starfall.systems> | 2025-06-20 22:00:16 -0500 |
---|---|---|
committer | Rabbit Whispers <us@starfall.systems> | 2025-06-20 23:29:33 -0500 |
commit | 893937108bdd308f6ad35b415fbc1dcb1df03e91 (patch) | |
tree | 08f134d4ba5ddff3eddbcec1d1eac1588b258ecd /install.sh | |
parent | 4a4709db06185acceaa9aa22ae449d193115a1f8 (diff) |
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
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 |