Revert "Kinoite: Enable auto updates in Discover"

This is not ready for Fedora 41 as the bugs blocking it have not been
fixed yet.

See: https://fedoraproject.org/wiki/Changes/KDEKinoiteAutoUpdateByDefault

This reverts commit a17aa8e553.
This commit is contained in:
Timothée Ravier 2024-08-22 12:59:07 +02:00
parent 6d10bbd18e
commit 3e37f576a1

View file

@ -45,12 +45,3 @@ exclude-packages:
# Ensure we do not include X11 support # Ensure we do not include X11 support
- plasma-x11 - plasma-x11
- plasma-workspace-x11 - plasma-workspace-x11
# Kinoite specific workarounds and configuration
postprocess:
- |
#!/bin/bash
set -xeuo pipefail
# Enable auto updates in Discover
echo -e "[Global]\nUseUnattendedUpdates=true\n" > /etc/xdg/PlasmaDiscoverUpdates