Преглед изворни кода

Improve startup experience

bryan пре 2 година
родитељ
комит
b3148f822f
1 измењених фајлова са 3 додато и 0 уклоњено
  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