Allow broken depenencies with dnf
This commit is contained in:
@@ -1468,7 +1468,7 @@ main() {
|
|||||||
|
|
||||||
# Install RPM
|
# Install RPM
|
||||||
if [[ -v _install && "$_install" == "rpm" ]]; then
|
if [[ -v _install && "$_install" == "rpm" ]]; then
|
||||||
if installPackage --nocheck --nogpgcheck "$_mcrpm"; then
|
if installPackage --nocheck --nogpgcheck --skip-broken "$_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"
|
||||||
|
|||||||
Reference in New Issue
Block a user