From ff81a070a7b81549bbd4eff895835d30fa70b9b6 Mon Sep 17 00:00:00 2001 From: ngardelis <118944371+ngardelis@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:25:01 +0200 Subject: [PATCH] Update 0_setup.sh --- scripts/0_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/0_setup.sh b/scripts/0_setup.sh index dea6d70..7c5df1f 100755 --- a/scripts/0_setup.sh +++ b/scripts/0_setup.sh @@ -14,7 +14,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/chychkan/DeepFaceLab.git" .dfl/DeepFaceLab + git clone --no-single-branch --depth 1 "https://github.com/jkennedyvz/DeepFaceLab.git" .dfl/DeepFaceLab if is_arm64; then (cd .dfl/DeepFaceLab; git checkout support-arm64) @@ -22,7 +22,7 @@ if [ ! -d .dfl/DeepFaceLab ]; then fi if [ ! -d .dfl/env ]; then - virtualenv -p python3 .dfl/env + virtualenv -p python3.9 .dfl/env fi source .dfl/env/bin/activate -- 2.52.0