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..."
|
echo "Removing Firefox and langpacks..."
|
||||||
dnf5 remove -y \
|
dnf5 remove -y \
|
||||||
firefox \
|
firefox \
|
||||||
firefox-langpacks* && \
|
firefox-langpacks* \
|
||||||
dnf5 clean all|| true
|
plasma-discover-packagekit || true
|
||||||
|
|
||||||
|
dnf5 clean all
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Services Configuration
|
# Services Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user