Remove duplicate mesa freeworld install

This commit is contained in:
2025-02-22 15:31:18 -05:00
parent 9c5ce26b57
commit 06b965f2a2

View File

@@ -946,8 +946,6 @@ install_mc_deb() {
# @description Installs Media Center RPM package on RHEL distros # @description Installs Media Center RPM package on RHEL distros
install_mc_rhel() { install_mc_rhel() {
debug "Running: ${FUNCNAME[0]}" debug "Running: ${FUNCNAME[0]}"
# Swap in freeworld hardware acceleration separately from the RPM
install_mesa_freeworld
install_package --no-install-check --no-gpg-check --allow-downgrades "$MC_RPM" install_package --no-install-check --no-gpg-check --allow-downgrades "$MC_RPM"
} }