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..."
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user