ignore source output, touch on install instead
This commit is contained in:
parent
2bfa510156
commit
b5603f9b22
3 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
node_modules/
|
||||
package-lock.json
|
||||
source_output.txt
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue