mirror of
https://github.com/flavioribeiro/donut.git
synced 2025-10-30 02:02:04 +08:00
add option to run locally
This commit is contained in:
12
scripts/mac_check_deps.sh
Executable file
12
scripts/mac_check_deps.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
if ! brew list srt &>/dev/null; then
|
||||
echo "ERROR you must install srt"
|
||||
echo "brew install srt"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! brew list ffmpeg &>/dev/null; then
|
||||
echo "ERROR you must install ffmpeg"
|
||||
echo "brew install ffmpeg"
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user