ffmpeg/crb
Some checks failed
/ arch (push) Successful in 2m37s
/ alpine (push) Successful in 1m59s
/ fedora (push) Successful in 13m30s
/ opensuse (push) Successful in 3m59s
/ alma (push) Successful in 8m3s
/ rocky (push) Successful in 9m47s
/ ubuntu (push) Successful in 6m57s
/ debian (push) Failing after 5m39s
Some checks failed
/ arch (push) Successful in 2m37s
/ alpine (push) Successful in 1m59s
/ fedora (push) Successful in 13m30s
/ opensuse (push) Successful in 3m59s
/ alma (push) Successful in 8m3s
/ rocky (push) Successful in 9m47s
/ ubuntu (push) Successful in 6m57s
/ debian (push) Failing after 5m39s
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…
Reference in a new issue