Compare commits
No commits in common. "816be5a37d5ea694a0a2de061197994527a2bd2e" and "6851ad0061d84a2219f19fed8d2df0a7b78eb6b9" have entirely different histories.
816be5a37d
...
6851ad0061
1 changed files with 0 additions and 6 deletions
|
@ -770,7 +770,6 @@ spcd_f_pkg() {
|
|||
spcd_os_sed "${file}" \
|
||||
"|^enabled=1|enabled=0|"
|
||||
fi
|
||||
spcd_f_pm_pkg_update
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
@ -1266,11 +1265,6 @@ 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