From 787a307b83cb8c1ca9272f8068fef641298bfd55 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 11 Mar 2022 22:08:07 -0700 Subject: change directory after install --- install.sh | 1 + 1 file changed, 1 insertion(+) 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!" -- cgit v1.2.3