Browse Source

Fix local rpm install

bryan 3 years ago
parent
commit
1f50273e3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1242,7 +1242,7 @@ main() {
 
     # Install RPM
     if [[ -v _install && "$_install" == "rpm" ]]; then
-        installPackage --nocheck "$_mcrpm"
+        installPackage --no-check --nogpgcheck "$_mcrpm"
         symlinkCerts
         restoreLicense
         openFirewall "jriver"