Revert Allow broken depenencies with dnf

This commit is contained in:
2021-12-28 11:37:25 -05:00
parent 1903ed4465
commit 256ccabe1b

View File

@@ -1474,7 +1474,10 @@ main() {
# Install RPM # Install RPM
if [[ -v _install && "$_install" == "rpm" ]]; then if [[ -v _install && "$_install" == "rpm" ]]; then
if installPackage --nocheck --nogpgcheck --skip-broken "$_mcrpm"; then
#rpm --upgrade "$_mcrpm"
if installPackage --nocheck --nogpgcheck "$_mcrpm"; then
echo "JRiver Media Center installed successfully" echo "JRiver Media Center installed successfully"
else else
err "JRiver Media Center installation failed" err "JRiver Media Center installation failed"