diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | follow-src/source_output.txt | 0 | ||||
-rwxr-xr-x | install.sh | 3 |
3 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,3 @@ node_modules/ package-lock.json +source_output.txt diff --git a/follow-src/source_output.txt b/follow-src/source_output.txt deleted file mode 100644 index e69de29..0000000 --- a/follow-src/source_output.txt +++ /dev/null @@ -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" |