fix(bling): Negativo17 repo message not being echoed, causing error

This commit is contained in:
fiftydinar 2024-12-22 09:57:33 +01:00 committed by GitHub
parent fc4fd865da
commit 9c40055f29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/*)"