bryan 3 anni fa
parent
commit
20f2cc30a1
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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