mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
updates
This commit is contained in:
@@ -96,6 +96,12 @@ print_pkg_mgr() {
|
||||
echo "export req_pkgs=\"$(print_req_pkgs)\""
|
||||
}
|
||||
|
||||
print_os() {
|
||||
if [[ -f /etc/os-release ]]; then
|
||||
source /etc/os-release ; echo "${ID}-${VERSION_ID}"
|
||||
fi
|
||||
}
|
||||
|
||||
check_for_req_pkgs() {
|
||||
echo_info "checking for required packages"
|
||||
local missing_pkgs=()
|
||||
|
||||
Reference in New Issue
Block a user