mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
add arch and update build versions
This commit is contained in:
@@ -100,7 +100,11 @@ print_pkg_mgr() {
|
||||
print_os() {
|
||||
if [[ -f /etc/os-release ]]; then
|
||||
source /etc/os-release
|
||||
echo "${ID}-${VERSION_ID}"
|
||||
local OS="${ID}"
|
||||
if [[ ${VERSION_ID} != '' ]]; then
|
||||
OS+="-${VERSION_ID}"
|
||||
fi
|
||||
echo "${OS}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user