Add support for Linux Homebrew

This commit is contained in:
q3aql 2023-11-01 20:28:02 +01:00
parent bbc9846adf
commit 771cd06af6
3 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ else
fi fi
# Check if ffmpeg is installed # 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="ffmpeg grep sed grep cut head tail tr cat bc"
dependencies_found="" dependencies_found=""
dependencies_not_found="" dependencies_not_found=""

View File

@ -142,7 +142,7 @@ else
fi fi
# Check if ffmpeg is installed # 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="ffmpeg grep sed grep cut head tail tr cat bc"
dependencies_found="" dependencies_found=""
dependencies_not_found="" dependencies_not_found=""

View File

@ -142,7 +142,7 @@ else
fi fi
# Check if ffmpeg is installed # 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="ffmpeg grep sed grep cut head tail tr cat bc"
dependencies_found="" dependencies_found=""
dependencies_not_found="" dependencies_not_found=""