Update 0_setup.sh

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