From 89dac984a42d2dd19b93bdd85de08719eeb81421 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 1 Dec 2021 18:09:16 -0500 Subject: [PATCH] Squash --- installJRMC | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/installJRMC b/installJRMC index e2a1269..a2f137f 100755 --- a/installJRMC +++ b/installJRMC @@ -389,12 +389,9 @@ installPackage() { exit 1 fi - debug "${PKG_ALIASES[@]}" - for _pkg in "$@"; do # Check for alias - if [[ -v PKG_ALIASES && -v PKG_ALIASES["$_pkg"] ]]; then - debug "Aliasing $_pkg to ${PKG_ALIASES[$_pkg]}" + if [[ -v PKG_ALIASES["$_pkg"] ]]; then _pkg=PKG_ALIASES["$_pkg"] fi # Check if already installed