Browse Source

What is going on

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

+ 2 - 0
installJRMC

@@ -389,6 +389,8 @@ installPackage() {
         exit 1
     fi
 
+    debug "${PKG_ALIASES[@]}"
+
     for _pkg in "$@"; do
         # Check for alias
         if [[ -v PKG_ALIASES && -v PKG_ALIASES["$_pkg"] ]]; then