Update 0_setup.sh

This commit is contained in:
Smiril
2024-02-26 23:07:33 +01:00
committed by GitHub
parent ae0afd38f6
commit fd86378b7a
+1 -1
View File
@@ -29,7 +29,7 @@ if [ ! -d .dfl/ffmpeg ]; then
echo "Cloning ffmpeg for python3.11"
git clone --no-single-branch --depth 1 "https://github.com/kkroening/ffmpeg-python.git" .dfl/ffmpeg
(cd .dfl/ffmpeg; git checkout main)
(cd .dfl/ffmpeg; git checkout master)
fi
if [ ! -d .dfl/deepfacelab ]; then