From a515db0f212626a6375d55039d53596cc0073c00 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 31 Jul 2018 19:38:09 -0400 Subject: [PATCH] Remove nonfree repo dependencies --- install_MC_fedora.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_MC_fedora.sh b/install_MC_fedora.sh index 7fbec58..6c6703a 100755 --- a/install_MC_fedora.sh +++ b/install_MC_fedora.sh @@ -36,10 +36,10 @@ if ! rpm --quiet --query rpmfusion-free-release; then sudo ${PM} -y --nogpgcheck install https://download1.rpmfusion.org/free/${ID}/rpmfusion-free-release-${VERSION_ID}.noarch.rpm fi -if ! rpm --quiet --query rpmfusion-nonfree-release; then - echo "${bold}Installing rpmfusion-nonfree-release repo...${normal}" - sudo ${PM} -y --nogpgcheck install https://download1.rpmfusion.org/nonfree/${ID}/rpmfusion-nonfree-release-${VERSION_ID}.noarch.rpm -fi +#if ! rpm --quiet --query rpmfusion-nonfree-release; then +# echo "${bold}Installing rpmfusion-nonfree-release repo...${normal}" +# sudo ${PM} -y --nogpgcheck install https://download1.rpmfusion.org/nonfree/${ID}/#rpmfusion-nonfree-release-${VERSION_ID}.noarch.rpm +#fi if ! rpm --quiet --query rpm-build; then echo "${bold}Installing rpm-build...${normal}"