include youtube-dl update in runGUI

This commit is contained in:
ftg 2020-05-17 12:24:24 +02:00
parent 7fbd5e3f57
commit b48c7809b9
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ touch runGUI.sh
echo "#!/bin/bash" > runGUI.sh
echo "" >> runGUI.sh
echo cd $(pwd) >> runGUI.sh
echo "./venv/bin/pip install --upgrade youtube-dl" >> runGUI.sh
echo "./venv/bin/python3 ./core/core.py -i" >> runGUI.sh
chmod u+x runGUI.sh