Update package removal script to include new packages
Removed Firefox and related langpacks, added plasma-discover-packagekit to the removal process.
This commit is contained in:
@@ -8,8 +8,10 @@ set -eoux pipefail
|
||||
echo "Removing Firefox and langpacks..."
|
||||
dnf5 remove -y \
|
||||
firefox \
|
||||
firefox-langpacks* && \
|
||||
dnf5 clean all|| true
|
||||
firefox-langpacks* \
|
||||
plasma-discover-packagekit || true
|
||||
|
||||
dnf5 clean all
|
||||
|
||||
###############################################################################
|
||||
# Services Configuration
|
||||
|
||||
Reference in New Issue
Block a user