mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-09 01:56:21 -04:00
fix macos ffmpeg install command
This commit is contained in:
2
.github/scripts/setup-system.sh
vendored
2
.github/scripts/setup-system.sh
vendored
@@ -62,7 +62,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
brew tap-new spacedrive/deps 2&> /dev/null
|
||||
fi
|
||||
brew extract --force --version 5.0.1 ffmpeg spacedrive/deps
|
||||
brew unlink ffmpeg &> /dev/null
|
||||
brew unlink ffmpeg &> /dev/null || true
|
||||
brew install spacedrive/deps/ffmpeg@5.0.1 &> /dev/null
|
||||
|
||||
echo "ffmpeg v5.0.1 has been installed and is now being used on your system."
|
||||
|
||||
Reference in New Issue
Block a user