From acdee11dfe049c24295a16eb29dd2d7b02e1ddfa Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 22:47:26 -0400 Subject: [PATCH] Reinstall RPMs too --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index cef77b3..6cc76a3 100755 --- a/installJRMC +++ b/installJRMC @@ -1008,7 +1008,7 @@ install_mc_deb() { # @description Installs MC via RPM package install_mc_rpm() { debug "${FUNCNAME[0]}()" - install_package --no-install-check --no-gpg-check --allow-downgrades "$MC_RPM" + install_package --no-install-check --no-gpg-check --allow-downgrades --reinstall "$MC_RPM" } # @description Installs Media Center generically for unsupported OSes