Fix paths in 0_setup.sh script
This commit is contained in:
+1
-2
@@ -6,8 +6,7 @@ mkdir -p workspace
|
|||||||
|
|
||||||
if [ ! -d .dfl/DeepFaceLab ]; then
|
if [ ! -d .dfl/DeepFaceLab ]; then
|
||||||
echo "Cloning DeepFaceLab"
|
echo "Cloning DeepFaceLab"
|
||||||
cd .dfl
|
git clone "https://github.com/iperov/DeepFaceLab.git" .dfl/DeepFaceLab
|
||||||
git clone "https://github.com/iperov/DeepFaceLab.git"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d .dfl/env ]; then
|
if [ ! -d .dfl/env ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user