Browse Source

Improve startup experience

bryan 2 years ago
parent
commit
b3148f822f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      installJRMC

+ 3 - 0
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