Explorar el Código

Swap install for reinstall with dnf

bryan hace 1 día
padre
commit
25603ca02c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -516,6 +516,7 @@ install_package() {
       ((allow_downgrades)) && install_flags+=(--allowerasing)
       ((no_gpg_check)) && install_flags+=(--nogpgcheck)
       ((refresh)) && install_flags+=(--refresh)
+      ((reinstall)) && PKG_INSTALL=("${PKG_INSTALL[@]/install/reinstall}")
       ;;
     suse)
       ((no_gpg_check)) && install_flags+=(--allow-unsigned-rpm) ;;