ffmpeg/crb
This commit is contained in:
parent
816be5a37d
commit
937ed5e1f1
1 changed files with 5 additions and 6 deletions
|
@ -780,7 +780,10 @@ spcd_f_pkg() {
|
|||
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}")
|
||||
case "${SPCD_OS_VERSION}" in
|
||||
"8") ;;
|
||||
*) spcd_f_pm_pkg_install "ffmpeg-free" ;;
|
||||
*)
|
||||
dnf config-manager --enable "crb"
|
||||
spcd_f_pm_pkg_install "ffmpeg-free"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
"${SPCD_OS_FEDORA}") spcd_f_pm_pkg_install "ffmpeg-free" ;;
|
||||
|
@ -1266,11 +1269,7 @@ spcd_f_pm_pkg_install() {
|
|||
else
|
||||
case "${SPCD_PM}" in
|
||||
"${SPCD_PM_APT}") spcd_f_pm_pkg_install "apt-utils" ;;
|
||||
"${SPCD_PM_DNF}")
|
||||
spcd_f_pm_pkg_install "dnf-plugins-core"
|
||||
dnf config-manager --enable "crb"
|
||||
spcd_f_pm_pkg_update
|
||||
;;
|
||||
"${SPCD_PM_DNF}") spcd_f_pm_pkg_install "dnf-plugins-core" ;;
|
||||
*) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue