소스 검색

Remove duplicate mesa freeworld install

bryan 1 개월 전
부모
커밋
06b965f2a2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      installJRMC

+ 0 - 2
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"
 }