mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 03:18:00 +00:00
fix: force enable autoupdate across the board by default
This commit is contained in:
9
files/scripts/enablecommonautoupdate.sh
Normal file
9
files/scripts/enablecommonautoupdate.sh
Normal 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
|
||||
7
files/scripts/enableflatpakautoupdate.sh
Normal file
7
files/scripts/enableflatpakautoupdate.sh
Normal 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
|
||||
Reference in New Issue
Block a user