浏览代码

Test commit for silencing buildah not found error

bryan 5 月之前
父节点
当前提交
da5f765168
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -492,7 +492,7 @@ install_package() {
       ((no_gpg_check)) && install_flags+=(--allow-unsigned-rpm) ;;
   esac
 
-  echo HERE
+  echo "Pacakge array: ${pkg_array[*]}"
 
   # Install packages if any need installation
   if [[ ${#pkg_array[@]} -gt 0 ]]; then