From 256ccabe1bbd59fbca4a1ad7b984a394ac842747 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 28 Dec 2021 11:37:25 -0500 Subject: [PATCH] Revert Allow broken depenencies with dnf --- installJRMC | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 7cdd499..57a570d 100755 --- a/installJRMC +++ b/installJRMC @@ -1474,7 +1474,10 @@ main() { # Install RPM if [[ -v _install && "$_install" == "rpm" ]]; then - if installPackage --nocheck --nogpgcheck --skip-broken "$_mcrpm"; then + + #rpm --upgrade "$_mcrpm" + + if installPackage --nocheck --nogpgcheck "$_mcrpm"; then echo "JRiver Media Center installed successfully" else err "JRiver Media Center installation failed"