From f32a1a15c19c3de36c1658ce916dd69bc31137c2 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 3 Sep 2024 21:15:50 -0400 Subject: [PATCH] Cleanup output --- installJRMC | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installJRMC b/installJRMC index 94eafaf..4633e38 100755 --- a/installJRMC +++ b/installJRMC @@ -190,8 +190,6 @@ init() { # Match the MC repo to the system if [[ $ID == debian || $ID == ubuntu ]]; then - echo "Ubuntu codename: $UBUNTU_CODENAME" - echo "Version codename: $VERSION_CODENAME" MC_DEFAULT_REPO=${UBUNTU_CODENAME:-${VERSION_CODENAME:-$MC_DEFAULT_REPO}} fi @@ -1604,7 +1602,7 @@ update_self() { local script_url="https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC" local tmp; tmp=$(mktemp) - echo "Checking for installJRMC update" + debug "Checking for installJRMC update" # Function to extract and normalize version from a script extract_version() {