From 00b286acb3b58417322929def707e6b0d6fd5796 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 13 Jan 2022 12:15:42 -0500 Subject: [PATCH] Formatting --- installJRMC | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/installJRMC b/installJRMC index f7342fa..4d9cb6c 100755 --- a/installJRMC +++ b/installJRMC @@ -230,6 +230,8 @@ parseInput() { err "Incorrect options provided" printHelp && exit 1 fi + + ! debug && echo "Use --debug for verbose output." } @@ -378,14 +380,6 @@ addRepo() { installMCFromRepo() { debug "Running: ${FUNCNAME[0]}" - echo "Installing JRiver Media Center $MCVERSION from repository." - echo "Future updates will be handled by your package manager." - - if ! debug; then - echo "This may take a few minutes to complete." - echo "Use --debug for verbose output." - fi - addRepo # Update package list