aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-12 23:44:04 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-03-12 23:44:04 -0700
commit6d5a21e0add8ec42f0bdd59dd9508af5a035a598 (patch)
tree24240b7b9a918edf25aad62d0752e42eb9c4db0d /install.sh
parent13cce85cb7e473b44ab3cdb53f4906e77ab2ad75 (diff)
downloadlset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar
lset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar.gz
lset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar.bz2
added link protection, actually need to test it though lol
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index db2dbeb..22804a1 100755
--- a/install.sh
+++ b/install.sh
@@ -48,6 +48,7 @@ cd ..
echo
echo "install: installing tmi node module for the twitch bot"
cd twitch-bot
+touch mods.txt trusted_users.txt
npm install tmi.js
cd ..