Browse Source

Make less noisy

bryan 5 years ago
parent
commit
3e22a842d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -384,7 +384,7 @@ gpgcheck=0
 EOF'
 EOF'
             [[ -n $_debug ]] && cat /etc/yum.repos.d/jriver.repo
             [[ -n $_debug ]] && cat /etc/yum.repos.d/jriver.repo
             echo "Installing latest JRiver Media Center from repo..."
             echo "Installing latest JRiver Media Center from repo..."
-            if "${_update_cmd[@]}" && "${_install_cmd[@]}" MediaCenter > /dev/null 2>&1; then
+            if "${_update_cmd[@]}" > /dev/null 2>&1 && "${_install_cmd[@]}" MediaCenter > /dev/null 2>&1; then
                 echo "JRiver Media Center installed successfully!"
                 echo "JRiver Media Center installed successfully!"
                 echo "You can check for future MC updates by running \"sudo dnf update\""
                 echo "You can check for future MC updates by running \"sudo dnf update\""
             else
             else