Reinstall RPMs too

This commit is contained in:
2025-04-24 22:47:26 -04:00
parent d1f69c55f9
commit acdee11dfe

View File

@@ -1008,7 +1008,7 @@ install_mc_deb() {
# @description Installs MC via RPM package # @description Installs MC via RPM package
install_mc_rpm() { install_mc_rpm() {
debug "${FUNCNAME[0]}()" 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 # @description Installs Media Center generically for unsupported OSes