From 1b35688806d1a22959406b26ca9b401707f9a53b Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 11 Apr 2025 17:58:52 -0400 Subject: [PATCH] Disable freeworld driver install for RHEL --- installJRMC | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/installJRMC b/installJRMC index 9dcb1f2..c4e42a6 100755 --- a/installJRMC +++ b/installJRMC @@ -20,12 +20,14 @@ shopt -s extglob declare -g SCRIPT_VERSION="1.4.9-dev" declare -g MC_REPO="bullseye" # should match the MC_VERSION -declare -g MC_VERSION="33.0.72" # Do find all replace +# declare -g MC_REPO="bookworm" # should match the MC_VERSION +declare -g MC_VERSION="33.0.72" # do find all replace declare -g BOARD_URL="https://yabb.jriver.com/interact/index.php/board,86.0.html" # MC33 +# declare -g BOARD_URL="https://yabb.jriver.com/interact/index.php/board,89.0.html" # MC34 declare -gi UPDATE_SWITCH=1 # set to 0 to disable automatic self-update declare -g SCRIPT_URL="https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC" # declare -g SCRIPT_URL="https://raw.githubusercontent.com/cryobry/installJRMC/refs/heads/master/installJRMC" -declare -gi DEBUG=${DEBUG:-0} # det default debug and allow DEBUG env override (default: disabled) +declare -gi DEBUG=${DEBUG:-0} # set default debug and allow DEBUG env override (default: disabled) # @description Print help text print_help() { @@ -553,7 +555,7 @@ install_external_repos() { "https://download1.rpmfusion.org/free/el/rpmfusion-free-release-${VERSION_ID%%.*}.noarch.rpm" fi # Install mesa-va-drivers-freeworld separately from the RPM using dnf swap - install_mesa_freeworld + # install_mesa_freeworld # no longer provided by RPMFusion for EL9, etc. ;; fedora) if ! "${PKG_QUERY[@]}" rpmfusion-free-release &>/dev/null; then