diff options
author | Rabbit Whispers <us@starfall.systems> | 2025-06-14 10:11:22 -0500 |
---|---|---|
committer | Rabbit Whispers <us@starfall.systems> | 2025-06-14 10:19:06 -0500 |
commit | 8d2cc446bf32b0f2105962def03b2a715d2c4c4c (patch) | |
tree | 3f914ebe42a097b99b681c93c2c5962b2439423d /install.sh | |
parent | 2a1c3e392880f0279623afdb56f942feb177ad4f (diff) |
Add install command
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..6cfabb7 --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +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 - + +# 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 |