diff --git a/scripts/0_setup.sh b/scripts/0_setup.sh index d61bd26..4100904 100755 --- a/scripts/0_setup.sh +++ b/scripts/0_setup.sh @@ -6,7 +6,7 @@ mkdir -p workspace if [ ! -d .dfl/DeepFaceLab ]; then echo "Cloning DeepFaceLab" - git clone "https://github.com/iperov/DeepFaceLab.git" .dfl/DeepFaceLab + git clone --depth 1 "https://github.com/iperov/DeepFaceLab.git" .dfl/DeepFaceLab fi if [ ! -d .dfl/env ]; then