aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 612a888..354a7bc 100755
--- a/install.sh
+++ b/install.sh
@@ -15,6 +15,9 @@ fi
echo "install: installing requests python package for the source script"
pip3 install --user requests
+cd follow-src
+touch source_output.txt
+cd ..
echo
echo "install: installing tmi node module for the twitch bot"