Formatting

This commit is contained in:
2022-01-13 12:18:53 -05:00
parent 00b286acb3
commit aeca1c6547

View File

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