Fix package name case in removal script

This commit is contained in:
humocs-man
2026-05-01 12:43:09 +02:00
committed by GitHub
parent ba84157e0d
commit aafe6a7718
@@ -9,7 +9,7 @@ echo "Removing Firefox and langpacks..."
dnf5 remove -y \
firefox \
firefox-langpacks* \
PackageKit \
packagekit \
plasma-discover-packagekit && \
dnf5 clean all|| true