Fix local RPM install

This commit is contained in:
2021-12-03 12:59:56 -05:00
parent 73759e6a7f
commit b7849c3a8b

View File

@@ -412,7 +412,7 @@ installPackage() {
local -a _pkg_array _install_flags
local _pkg _nocheck _silent _return
if _input=$(getopt -o +s -l no-check,nogpgcheck,silent -- "$@"); then
if _input=$(getopt -o +s -l nocheck,nogpgcheck,silent -- "$@"); then
eval set -- "$_input"
while true; do
case "$1" in