From 771cd06af637fb8c75cb674b36e865f39da64bb7 Mon Sep 17 00:00:00 2001 From: q3aql Date: Wed, 1 Nov 2023 20:28:02 +0100 Subject: [PATCH] Add support for Linux Homebrew --- src/ks-mp4 | 2 +- src/ks-mp4k | 2 +- src/ks-mp4s | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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=""