Fix paths in 0_setup.sh script

This commit is contained in:
Oleksandr Chychkan
2020-07-06 23:04:55 -07:00
parent c6b2608aa0
commit 14cbc4aeff
+1 -2
View File
@@ -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