From 14cbc4aeff0e6debcfb9288e4f6be45f9799cf5f Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Mon, 6 Jul 2020 23:04:55 -0700 Subject: [PATCH] Fix paths in 0_setup.sh script --- scripts/0_setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/0_setup.sh b/scripts/0_setup.sh index 41b58fc..d61bd26 100755 --- a/scripts/0_setup.sh +++ b/scripts/0_setup.sh @@ -6,8 +6,7 @@ mkdir -p workspace if [ ! -d .dfl/DeepFaceLab ]; then echo "Cloning DeepFaceLab" - cd .dfl - git clone "https://github.com/iperov/DeepFaceLab.git" + git clone "https://github.com/iperov/DeepFaceLab.git" .dfl/DeepFaceLab fi if [ ! -d .dfl/env ]; then