From c06ef031f3bff24bfcfd9e234ed78307dbb2b6a9 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Aug 14 2023 14:05:07 +0000 Subject: Kinoite: Enable auto updates in Discover See: https://fedoraproject.org/wiki/Changes/KDEKinoiteAutoUpdateByDefault See: https://pagure.io/workstation-ostree-config/pull-request/393 (cherry picked from commit a17aa8e553b15cfdc88e4a8bb586a7b2adcbdf45) --- diff --git a/fedora-kinoite.yaml b/fedora-kinoite.yaml index 9c2920a..18cacde 100644 --- a/fedora-kinoite.yaml +++ b/fedora-kinoite.yaml @@ -40,6 +40,15 @@ exclude-packages: - tracker - tracker-miners +# 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 + repos: - fedora-39 - fedora-39-updates