diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 22:08:07 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 22:08:07 -0700 |
commit | 787a307b83cb8c1ca9272f8068fef641298bfd55 (patch) | |
tree | 50226c190ddae79ef2bf0b73bb724b6513b5c286 | |
parent | 71d716fee58bfc20c5a29ffc1629c9014b4d300e (diff) | |
download | lset-787a307b83cb8c1ca9272f8068fef641298bfd55.tar lset-787a307b83cb8c1ca9272f8068fef641298bfd55.tar.gz lset-787a307b83cb8c1ca9272f8068fef641298bfd55.tar.bz2 |
change directory after install
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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!" |