fix: force enable autoupdate across the board by default

This commit is contained in:
qoijjj
2024-10-26 17:17:35 -07:00
committed by GitHub
parent 7219e42330
commit b66a70eb60
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
systemctl enable rpm-ostreed-automatic.timer
systemctl enable brew-upgrade.timer
systemctl enable brew-update.timer
systemctl --global enable podman-auto-update.timer

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
systemctl enable --user flatpak-user-update.timer
systemctl enable flatpak-system-update.timer

View File

@@ -28,4 +28,7 @@ modules:
- from-file: common/common-scripts.yml
- type: brew
brew-analytics: false
- type: script
scripts:
- enablecommonautoupdate.sh
- type: secureblue-signing

View File

@@ -12,4 +12,7 @@ modules:
- installsignedkernel.sh
- from-file: common/desktop-packages.yml
- from-file: common/desktop-scripts.yml
- type: script
scripts:
- enableflatpakautoupdate.sh
- type: yafti