Kinoite: Enable auto updates in Discover
See: https://fedoraproject.org/wiki/Changes/KDEKinoiteAutoUpdateByDefault
This commit is contained in:
parent
49288f89f3
commit
a17aa8e553
1 changed files with 9 additions and 0 deletions
|
@ -41,6 +41,15 @@ exclude-packages:
|
||||||
- tracker
|
- tracker
|
||||||
- tracker-miners
|
- 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:
|
repos:
|
||||||
- fedora-rawhide
|
- fedora-rawhide
|
||||||
# - fedora-40
|
# - fedora-40
|
||||||
|
|
Loading…
Reference in a new issue