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