Fix local rpm install

This commit is contained in:
2021-11-30 17:48:38 -05:00
parent d5bcb3c508
commit 1f50273e3c

View File

@@ -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"