Remove Firefox and update service configuration
Removed Firefox and related packages, updated service enabling messages.
This commit is contained in:
@@ -8,15 +8,14 @@ set -eoux pipefail
|
||||
echo "Removing Firefox and langpacks..."
|
||||
dnf5 remove -y \
|
||||
firefox \
|
||||
firefox-langpacks* \
|
||||
packagekit \
|
||||
plasma-discover-packagekit && \
|
||||
firefox-langpacks* && \
|
||||
dnf5 clean all|| true
|
||||
|
||||
###############################################################################
|
||||
# Services Configuration
|
||||
###############################################################################
|
||||
echo "Enabling services..."
|
||||
echo "Enabling/Disabling services..."
|
||||
systemctl mask packagekit.service
|
||||
systemctl enable libvirtd.service
|
||||
systemctl enable virtlogd.service
|
||||
systemctl enable podman.socket
|
||||
|
||||
Reference in New Issue
Block a user