Remove Firefox and update service configuration

Removed Firefox and related packages, updated service enabling messages.
This commit is contained in:
humocs-man
2026-05-01 17:32:20 +02:00
committed by GitHub
parent 73c217f348
commit afa49cc5ac
@@ -8,15 +8,14 @@ set -eoux pipefail
echo "Removing Firefox and langpacks..." echo "Removing Firefox and langpacks..."
dnf5 remove -y \ dnf5 remove -y \
firefox \ firefox \
firefox-langpacks* \ firefox-langpacks* && \
packagekit \
plasma-discover-packagekit && \
dnf5 clean all|| true dnf5 clean all|| true
############################################################################### ###############################################################################
# Services Configuration # Services Configuration
############################################################################### ###############################################################################
echo "Enabling services..." echo "Enabling/Disabling services..."
systemctl mask packagekit.service
systemctl enable libvirtd.service systemctl enable libvirtd.service
systemctl enable virtlogd.service systemctl enable virtlogd.service
systemctl enable podman.socket systemctl enable podman.socket