diff --git a/src/ks-mp4 b/src/ks-mp4 index f158c69..bb1a74e 100755 --- a/src/ks-mp4 +++ b/src/ks-mp4 @@ -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="" diff --git a/src/ks-mp4k b/src/ks-mp4k index cfa8004..2c0679e 100755 --- a/src/ks-mp4k +++ b/src/ks-mp4k @@ -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="" diff --git a/src/ks-mp4s b/src/ks-mp4s index 695daba..4414bd2 100755 --- a/src/ks-mp4s +++ b/src/ks-mp4s @@ -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=""