Add support for Linux Homebrew
This commit is contained in:
parent
bbc9846adf
commit
771cd06af6
|
@ -142,7 +142,7 @@ else
|
|||
fi
|
||||
|
||||
# Check if ffmpeg is installed
|
||||
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin"
|
||||
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin /home/linuxbrew/.linuxbrew/bin"
|
||||
dependencies="ffmpeg grep sed grep cut head tail tr cat bc"
|
||||
dependencies_found=""
|
||||
dependencies_not_found=""
|
||||
|
|
|
@ -142,7 +142,7 @@ else
|
|||
fi
|
||||
|
||||
# Check if ffmpeg is installed
|
||||
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin"
|
||||
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin /home/linuxbrew/.linuxbrew/bin"
|
||||
dependencies="ffmpeg grep sed grep cut head tail tr cat bc"
|
||||
dependencies_found=""
|
||||
dependencies_not_found=""
|
||||
|
|
|
@ -142,7 +142,7 @@ else
|
|||
fi
|
||||
|
||||
# Check if ffmpeg is installed
|
||||
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin"
|
||||
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin /home/linuxbrew/.linuxbrew/bin"
|
||||
dependencies="ffmpeg grep sed grep cut head tail tr cat bc"
|
||||
dependencies_found=""
|
||||
dependencies_not_found=""
|
||||
|
|
Loading…
Reference in New Issue
Block a user