From e6a8e8d77c5c9f375823d1b90f6df95ad94cc1a1 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 20 Dec 2022 12:59:14 -0500 Subject: [PATCH] Show mediacenter install on RHEL --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index ca7fcf9..1ba5e05 100755 --- a/installJRMC +++ b/installJRMC @@ -240,7 +240,7 @@ init() { declare -g ID RPM_MGR - echo "Running installJRMC, this may take a while" + echo "Starting installJRMC..." debug || echo "To enable debugging output, use --debug or -d" if [[ -e "/etc/os-release" ]]; then @@ -529,7 +529,7 @@ installMCFromRepo() { fi declare pkg_install_cmd="installPackage --skip-check-installed --allow-downgrades --no-gpg-check $MCPKG" - debug "$pkg_install_cmd" || pkg_install_cmd+=" &>/dev/null" + debug "$pkg_install_cmd" if ! eval "$pkg_install_cmd"; then err "Package install failed!" return 1