Swap install for reinstall with dnf

This commit is contained in:
2025-04-24 22:53:25 -04:00
parent acdee11dfe
commit 25603ca02c

View File

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