From 06b965f2a226962ef9904131bcb603285201f891 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 22 Feb 2025 15:31:18 -0500 Subject: [PATCH] Remove duplicate mesa freeworld install --- installJRMC | 2 -- 1 file changed, 2 deletions(-) diff --git a/installJRMC b/installJRMC index 6e1a77a..0dda22b 100755 --- a/installJRMC +++ b/installJRMC @@ -946,8 +946,6 @@ install_mc_deb() { # @description Installs Media Center RPM package on RHEL distros install_mc_rhel() { 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" }