From 343427c1fba9606d8838d0f01c0098526d411092 Mon Sep 17 00:00:00 2001 From: Firstname Lastname Date: Thu, 19 Mar 2020 11:31:10 +0100 Subject: [PATCH] update install.sh --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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