From b3148f822f943483dbac7743010ebc1552e7a9d0 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 19 Dec 2022 17:49:26 -0500 Subject: [PATCH] Improve startup experience --- installJRMC | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installJRMC b/installJRMC index b24688a..a0d1d60 100755 --- a/installJRMC +++ b/installJRMC @@ -240,6 +240,9 @@ init() { declare -g ID RPM_MGR + echo "Initializing installJRMC, this may take a while" + debug || "To enable debugging, use --debug or -d" + if [[ -e "/etc/os-release" ]]; then source "/etc/os-release" else