From b6910dc240e52661d53985bd0b67152f7750468b Mon Sep 17 00:00:00 2001 From: Smiril Date: Wed, 17 Aug 2022 10:30:15 +0200 Subject: [PATCH] Update 0_setup.sh --- 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 bca19e0..05025a8 100755 --- a/scripts/0_setup.sh +++ b/scripts/0_setup.sh @@ -15,7 +15,7 @@ is_arm64 && echo "Running on Apple M1 chip" if [ ! -d .dfl/DeepFaceLab ]; then echo "Cloning DeepFaceLab" - git clone --no-single-branch --depth 1 "https://github.com/Smiril/DeepFaceLab_AppleSilicon.git" .dfl/DeepFaceLab + git clone --no-single-branch --depth 1 "https://github.com/Smiril/DeepFaceLab_Apple-Silicon.git" .dfl/DeepFaceLab if is_arm64; then (cd .dfl/DeepFaceLab; git checkout support-arm64)