diff --git a/install.sh b/install.sh index 6031218..136bd5f 100755 --- a/install.sh +++ b/install.sh @@ -10,11 +10,12 @@ ## deactivate current venv #source ./venv/bin/deactivate +# Clone from repo +#git clone http://github.com/fabthegreat/ydl + # Optional sudo apt-get install ffmpeg xterm virtualenv python3 python3-tk -# Clone from repo -git clone http://github.com/fabthegreat/ydl # Enter in the newly created dir cd ydl