mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 19:38:10 +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
|
||||||
@@ -28,4 +28,7 @@ modules:
|
|||||||
- from-file: common/common-scripts.yml
|
- from-file: common/common-scripts.yml
|
||||||
- type: brew
|
- type: brew
|
||||||
brew-analytics: false
|
brew-analytics: false
|
||||||
|
- type: script
|
||||||
|
scripts:
|
||||||
|
- enablecommonautoupdate.sh
|
||||||
- type: secureblue-signing
|
- type: secureblue-signing
|
||||||
@@ -12,4 +12,7 @@ modules:
|
|||||||
- installsignedkernel.sh
|
- installsignedkernel.sh
|
||||||
- from-file: common/desktop-packages.yml
|
- from-file: common/desktop-packages.yml
|
||||||
- from-file: common/desktop-scripts.yml
|
- from-file: common/desktop-scripts.yml
|
||||||
|
- type: script
|
||||||
|
scripts:
|
||||||
|
- enableflatpakautoupdate.sh
|
||||||
- type: yafti
|
- type: yafti
|
||||||
Reference in New Issue
Block a user