Explorar o código

Revert Allow broken depenencies with dnf

bryan %!s(int64=3) %!d(string=hai) anos
pai
achega
256ccabe1b
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      installJRMC

+ 4 - 1
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"