From c660a1fc928829b01405664612a6d2841ef33899 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Mon, 6 Jul 2020 23:06:13 -0700 Subject: [PATCH] Make shallow copy of DFL repo to speedup setup process --- scripts/0_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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