Explorar o código

Fix local RPM install

bryan %!s(int64=2) %!d(string=hai) anos
pai
achega
f40d1b2ba0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -447,7 +447,7 @@ installPackage() {
             _pkg=${PKG_ALIASES[$_pkg]}
         fi
         # Check if already installed
-        if [[ -v _no_check ]] || ! pkg_query "$_pkg" > /dev/null 2>&1; then
+        if [[ -v _nocheck ]] || ! pkg_query "$_pkg" > /dev/null 2>&1; then
             _pkg_array+=("$_pkg")
         fi
     done