Browse Source

Formatting

bryan 3 years ago
parent
commit
aeca1c6547
1 changed files with 1 additions and 0 deletions
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -390,6 +390,7 @@ installMCFromRepo() {
         exit 1
     fi
 
+    echo "Installing JRiver Media Center $MCVERSION using package manager" 
     pkg_install_cmd="installPackage --skip-check-installed --nogpgcheck $MCPKG"
     debug "$pkg_install_cmd" || pkg_install_cmd+=" &>/dev/null"
     eval "$pkg_install_cmd"