aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-11 22:08:07 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-03-11 22:08:07 -0700
commit787a307b83cb8c1ca9272f8068fef641298bfd55 (patch)
tree50226c190ddae79ef2bf0b73bb724b6513b5c286
parent71d716fee58bfc20c5a29ffc1629c9014b4d300e (diff)
downloadlset-787a307b83cb8c1ca9272f8068fef641298bfd55.tar
lset-787a307b83cb8c1ca9272f8068fef641298bfd55.tar.gz
lset-787a307b83cb8c1ca9272f8068fef641298bfd55.tar.bz2
change directory after install
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 270c699..612a888 100755
--- a/install.sh
+++ b/install.sh
@@ -20,6 +20,7 @@ echo
echo "install: installing tmi node module for the twitch bot"
cd twitch-bot
npm install tmi.js
+cd ..
clear
echo "Done installing!"