dnf/plugins,crb
Some checks failed
/ arch (push) Successful in 3m9s
/ alpine (push) Successful in 1m56s
/ fedora (push) Failing after 23s
/ debian (push) Failing after 10m16s
/ opensuse (push) Successful in 4m34s
/ ubuntu (push) Successful in 13m37s
/ alma (push) Successful in 7m44s
/ rocky (push) Successful in 8m35s
Some checks failed
/ arch (push) Successful in 3m9s
/ alpine (push) Successful in 1m56s
/ fedora (push) Failing after 23s
/ debian (push) Failing after 10m16s
/ opensuse (push) Successful in 4m34s
/ ubuntu (push) Successful in 13m37s
/ alma (push) Successful in 7m44s
/ rocky (push) Successful in 8m35s
This commit is contained in:
parent
830288f0d2
commit
816be5a37d
1 changed files with 5 additions and 0 deletions
|
@ -1266,6 +1266,11 @@ 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
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue