Skip to content

Commit

Permalink
fix(bling): Negativo17 repo message not being echoed, causing error
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Dec 22, 2024
1 parent fc4fd86 commit 9c40055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bling/installers/negativo17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if rpm -q rpmfusion-free-release &>/dev/null || rpm -q rpmfusion-nonfree-release
rpm-ostree uninstall rpmfusion-nonfree-release-tainted
fi
else
"All RPMFusion repos are already uninstalled"
echo "All RPMFusion repos are already uninstalled"
fi

NEGATIVO_REPO_FILE="$(awk -F'=' '$1 == "name" && $2 == "negativo17 - Multimedia" {print FILENAME}' /etc/yum.repos.d/*)"
Expand Down

0 comments on commit 9c40055

Please sign in to comment.