Fix local RPM install

このコミットが含まれているのは:
2021-12-03 12:59:56 -05:00
コミット b7849c3a8b

ファイルの表示

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