From c711b3c398fb386539c62286e5c862cbdd45fead Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:38:00 -0700 Subject: [PATCH] feat: include brew autoupdate services --- files/scripts/homebrewanalyticsoptout.sh | 11 ----------- files/system/etc/rpm-ostreed.conf | 4 ---- recipes/asus/recipe-aurora-asus-nvidia-userns.yml | 3 ++- recipes/asus/recipe-aurora-asus-nvidia.yml | 3 ++- recipes/asus/recipe-aurora-asus-userns.yml | 3 ++- recipes/asus/recipe-aurora-asus.yml | 3 ++- recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml | 3 ++- recipes/asus/recipe-aurora-dx-asus-userns.yml | 3 ++- recipes/asus/recipe-kinoite-asus-nvidia-userns.yml | 3 ++- recipes/asus/recipe-kinoite-asus-nvidia.yml | 3 ++- recipes/asus/recipe-kinoite-asus-userns.yml | 3 ++- recipes/asus/recipe-kinoite-asus.yml | 3 ++- recipes/asus/recipe-silverblue-asus-nvidia-userns.yml | 3 ++- recipes/asus/recipe-silverblue-asus-nvidia.yml | 3 ++- recipes/asus/recipe-silverblue-asus-userns.yml | 3 ++- recipes/asus/recipe-silverblue-asus.yml | 3 ++- recipes/common/common-brew.yml | 2 ++ recipes/common/common-scripts.yml | 1 - recipes/general/recipe-aurora-dx-main-userns.yml | 3 ++- recipes/general/recipe-aurora-dx-nvidia-userns.yml | 3 ++- .../recipe-aurora-dx-surface-nvidia-userns.yml | 3 ++- recipes/general/recipe-aurora-dx-surface-userns.yml | 3 ++- recipes/general/recipe-aurora-main-userns.yml | 3 ++- recipes/general/recipe-aurora-main.yml | 3 ++- recipes/general/recipe-aurora-nvidia-userns.yml | 3 ++- recipes/general/recipe-aurora-nvidia.yml | 3 ++- .../general/recipe-aurora-surface-nvidia-userns.yml | 3 ++- recipes/general/recipe-aurora-surface-nvidia.yml | 3 ++- recipes/general/recipe-aurora-surface-userns.yml | 3 ++- recipes/general/recipe-aurora-surface.yml | 3 ++- recipes/general/recipe-bluefin-dx-main-userns.yml | 3 ++- recipes/general/recipe-bluefin-dx-nvidia-userns.yml | 3 ++- recipes/general/recipe-bluefin-main-userns.yml | 3 ++- recipes/general/recipe-bluefin-main.yml | 3 ++- recipes/general/recipe-bluefin-nvidia-userns.yml | 3 ++- recipes/general/recipe-bluefin-nvidia.yml | 3 ++- recipes/general/recipe-cinnamon-main-userns.yml | 3 ++- recipes/general/recipe-cinnamon-main.yml | 3 ++- recipes/general/recipe-cinnamon-nvidia-userns.yml | 3 ++- recipes/general/recipe-cinnamon-nvidia.yml | 3 ++- recipes/general/recipe-cosmic-main-userns.yml | 3 ++- recipes/general/recipe-cosmic-main.yml | 3 ++- recipes/general/recipe-cosmic-nvidia-userns.yml | 3 ++- recipes/general/recipe-cosmic-nvidia.yml | 3 ++- recipes/general/recipe-kinoite-main-userns.yml | 3 ++- recipes/general/recipe-kinoite-main.yml | 3 ++- recipes/general/recipe-kinoite-nvidia-userns.yml | 3 ++- recipes/general/recipe-kinoite-nvidia.yml | 3 ++- recipes/general/recipe-sericea-main-userns.yml | 3 ++- recipes/general/recipe-sericea-main.yml | 3 ++- recipes/general/recipe-sericea-nvidia-userns.yml | 3 ++- recipes/general/recipe-sericea-nvidia.yml | 3 ++- recipes/general/recipe-silverblue-main-userns.yml | 3 ++- recipes/general/recipe-silverblue-main.yml | 3 ++- recipes/general/recipe-silverblue-nvidia-userns.yml | 3 ++- recipes/general/recipe-silverblue-nvidia.yml | 3 ++- .../general/recipe-wayblue-hyprland-main-userns.yml | 3 ++- recipes/general/recipe-wayblue-hyprland-main.yml | 3 ++- .../general/recipe-wayblue-hyprland-nvidia-userns.yml | 3 ++- recipes/general/recipe-wayblue-hyprland-nvidia.yml | 3 ++- recipes/general/recipe-wayblue-river-main-userns.yml | 3 ++- recipes/general/recipe-wayblue-river-main.yml | 3 ++- .../general/recipe-wayblue-river-nvidia-userns.yml | 3 ++- recipes/general/recipe-wayblue-river-nvidia.yml | 3 ++- recipes/general/recipe-wayblue-sway-main-userns.yml | 3 ++- recipes/general/recipe-wayblue-sway-main.yml | 3 ++- recipes/general/recipe-wayblue-sway-nvidia-userns.yml | 3 ++- recipes/general/recipe-wayblue-sway-nvidia.yml | 3 ++- .../general/recipe-wayblue-wayfire-main-userns.yml | 3 ++- recipes/general/recipe-wayblue-wayfire-main.yml | 3 ++- .../general/recipe-wayblue-wayfire-nvidia-userns.yml | 3 ++- recipes/general/recipe-wayblue-wayfire-nvidia.yml | 3 ++- 72 files changed, 138 insertions(+), 84 deletions(-) delete mode 100644 files/scripts/homebrewanalyticsoptout.sh delete mode 100644 files/system/etc/rpm-ostreed.conf create mode 100644 recipes/common/common-brew.yml diff --git a/files/scripts/homebrewanalyticsoptout.sh b/files/scripts/homebrewanalyticsoptout.sh deleted file mode 100644 index ddb7713..0000000 --- a/files/scripts/homebrewanalyticsoptout.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash - -# Tell build process to exit if there are any errors. -set -oue pipefail - -# https://docs.brew.sh/Analytics -echo " - -HOMEBREW_NO_ANALYTICS=1 - -" >> /etc/environment diff --git a/files/system/etc/rpm-ostreed.conf b/files/system/etc/rpm-ostreed.conf deleted file mode 100644 index f2eeac9..0000000 --- a/files/system/etc/rpm-ostreed.conf +++ /dev/null @@ -1,4 +0,0 @@ -[Daemon] -AutomaticUpdatePolicy=stage -#IdleExitTimeout=60 -Recommends=false diff --git a/recipes/asus/recipe-aurora-asus-nvidia-userns.yml b/recipes/asus/recipe-aurora-asus-nvidia-userns.yml index 8ee37e3..9d1ac1c 100644 --- a/recipes/asus/recipe-aurora-asus-nvidia-userns.yml +++ b/recipes/asus/recipe-aurora-asus-nvidia-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/asus/recipe-aurora-asus-nvidia.yml b/recipes/asus/recipe-aurora-asus-nvidia.yml index 464cff7..a6f6be8 100644 --- a/recipes/asus/recipe-aurora-asus-nvidia.yml +++ b/recipes/asus/recipe-aurora-asus-nvidia.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/asus/recipe-aurora-asus-userns.yml b/recipes/asus/recipe-aurora-asus-userns.yml index 13d13b6..c06aca9 100644 --- a/recipes/asus/recipe-aurora-asus-userns.yml +++ b/recipes/asus/recipe-aurora-asus-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/asus/recipe-aurora-asus.yml b/recipes/asus/recipe-aurora-asus.yml index ac0a003..deb786b 100644 --- a/recipes/asus/recipe-aurora-asus.yml +++ b/recipes/asus/recipe-aurora-asus.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml b/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml index 2a2c923..c0b446f 100644 --- a/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml +++ b/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/dx-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/asus/recipe-aurora-dx-asus-userns.yml b/recipes/asus/recipe-aurora-dx-asus-userns.yml index 56e5123..c905ef7 100644 --- a/recipes/asus/recipe-aurora-dx-asus-userns.yml +++ b/recipes/asus/recipe-aurora-dx-asus-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/dx-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml b/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml index 23402e3..f3a16f2 100644 --- a/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml +++ b/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/kinoite-files.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/asus/recipe-kinoite-asus-nvidia.yml b/recipes/asus/recipe-kinoite-asus-nvidia.yml index 3e6fff4..a2bb377 100644 --- a/recipes/asus/recipe-kinoite-asus-nvidia.yml +++ b/recipes/asus/recipe-kinoite-asus-nvidia.yml @@ -20,4 +20,5 @@ modules: - from-file: common/disableuserns-scripts.yml - from-file: common/kinoite-files.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/asus/recipe-kinoite-asus-userns.yml b/recipes/asus/recipe-kinoite-asus-userns.yml index 027893d..3fc719d 100644 --- a/recipes/asus/recipe-kinoite-asus-userns.yml +++ b/recipes/asus/recipe-kinoite-asus-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/kinoite-files.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/asus/recipe-kinoite-asus.yml b/recipes/asus/recipe-kinoite-asus.yml index e985185..ec3f12a 100644 --- a/recipes/asus/recipe-kinoite-asus.yml +++ b/recipes/asus/recipe-kinoite-asus.yml @@ -22,4 +22,5 @@ modules: - from-file: common/disableuserns-scripts.yml - from-file: common/kinoite-files.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml b/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml index 9792841..dd20727 100644 --- a/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml +++ b/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/asus/recipe-silverblue-asus-nvidia.yml b/recipes/asus/recipe-silverblue-asus-nvidia.yml index e7b0fce..92e5ce1 100644 --- a/recipes/asus/recipe-silverblue-asus-nvidia.yml +++ b/recipes/asus/recipe-silverblue-asus-nvidia.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/asus/recipe-silverblue-asus-userns.yml b/recipes/asus/recipe-silverblue-asus-userns.yml index 3a1d2bd..e529180 100644 --- a/recipes/asus/recipe-silverblue-asus-userns.yml +++ b/recipes/asus/recipe-silverblue-asus-userns.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/asus/recipe-silverblue-asus.yml b/recipes/asus/recipe-silverblue-asus.yml index 1ed6d27..7c9dd46 100644 --- a/recipes/asus/recipe-silverblue-asus.yml +++ b/recipes/asus/recipe-silverblue-asus.yml @@ -23,4 +23,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/common/common-brew.yml b/recipes/common/common-brew.yml new file mode 100644 index 0000000..d86307c --- /dev/null +++ b/recipes/common/common-brew.yml @@ -0,0 +1,2 @@ +type: brew +brew-analytics: false \ No newline at end of file diff --git a/recipes/common/common-scripts.yml b/recipes/common/common-scripts.yml index e030721..dbf7195 100644 --- a/recipes/common/common-scripts.yml +++ b/recipes/common/common-scripts.yml @@ -3,7 +3,6 @@ scripts: - authselect.sh - setfilepermissions.sh - disablesealertpopups.sh - - homebrewanalyticsoptout.sh - httpsmirrors.sh - createmissingdirectories.sh - removesuid.sh diff --git a/recipes/general/recipe-aurora-dx-main-userns.yml b/recipes/general/recipe-aurora-dx-main-userns.yml index c0691f4..8a3c0de 100644 --- a/recipes/general/recipe-aurora-dx-main-userns.yml +++ b/recipes/general/recipe-aurora-dx-main-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/dx-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-dx-nvidia-userns.yml b/recipes/general/recipe-aurora-dx-nvidia-userns.yml index 6410e0a..16da7b8 100644 --- a/recipes/general/recipe-aurora-dx-nvidia-userns.yml +++ b/recipes/general/recipe-aurora-dx-nvidia-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/dx-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-dx-surface-nvidia-userns.yml b/recipes/general/recipe-aurora-dx-surface-nvidia-userns.yml index eec1d28..96031ee 100644 --- a/recipes/general/recipe-aurora-dx-surface-nvidia-userns.yml +++ b/recipes/general/recipe-aurora-dx-surface-nvidia-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/dx-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-dx-surface-userns.yml b/recipes/general/recipe-aurora-dx-surface-userns.yml index f159201..2d87e90 100644 --- a/recipes/general/recipe-aurora-dx-surface-userns.yml +++ b/recipes/general/recipe-aurora-dx-surface-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/dx-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-main-userns.yml b/recipes/general/recipe-aurora-main-userns.yml index 4d0aedf..5e4fb81 100644 --- a/recipes/general/recipe-aurora-main-userns.yml +++ b/recipes/general/recipe-aurora-main-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-main.yml b/recipes/general/recipe-aurora-main.yml index d44abc0..62081fb 100644 --- a/recipes/general/recipe-aurora-main.yml +++ b/recipes/general/recipe-aurora-main.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-nvidia-userns.yml b/recipes/general/recipe-aurora-nvidia-userns.yml index 5c6a618..b443bdd 100644 --- a/recipes/general/recipe-aurora-nvidia-userns.yml +++ b/recipes/general/recipe-aurora-nvidia-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-nvidia.yml b/recipes/general/recipe-aurora-nvidia.yml index 07babc8..72286b3 100644 --- a/recipes/general/recipe-aurora-nvidia.yml +++ b/recipes/general/recipe-aurora-nvidia.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-surface-nvidia-userns.yml b/recipes/general/recipe-aurora-surface-nvidia-userns.yml index f1dc54a..323e20e 100644 --- a/recipes/general/recipe-aurora-surface-nvidia-userns.yml +++ b/recipes/general/recipe-aurora-surface-nvidia-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-surface-nvidia.yml b/recipes/general/recipe-aurora-surface-nvidia.yml index a232ea6..f057d28 100644 --- a/recipes/general/recipe-aurora-surface-nvidia.yml +++ b/recipes/general/recipe-aurora-surface-nvidia.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-surface-userns.yml b/recipes/general/recipe-aurora-surface-userns.yml index 240a8ff..5b0b13d 100644 --- a/recipes/general/recipe-aurora-surface-userns.yml +++ b/recipes/general/recipe-aurora-surface-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-aurora-surface.yml b/recipes/general/recipe-aurora-surface.yml index 6caaf8d..af99f50 100644 --- a/recipes/general/recipe-aurora-surface.yml +++ b/recipes/general/recipe-aurora-surface.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-bluefin-dx-main-userns.yml b/recipes/general/recipe-bluefin-dx-main-userns.yml index 432a3a0..d546d4e 100644 --- a/recipes/general/recipe-bluefin-dx-main-userns.yml +++ b/recipes/general/recipe-bluefin-dx-main-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/dx-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-bluefin-dx-nvidia-userns.yml b/recipes/general/recipe-bluefin-dx-nvidia-userns.yml index 6595b1f..0a6fcdf 100644 --- a/recipes/general/recipe-bluefin-dx-nvidia-userns.yml +++ b/recipes/general/recipe-bluefin-dx-nvidia-userns.yml @@ -20,4 +20,5 @@ modules: - from-file: common/dx-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-bluefin-main-userns.yml b/recipes/general/recipe-bluefin-main-userns.yml index 22ce699..500e438 100644 --- a/recipes/general/recipe-bluefin-main-userns.yml +++ b/recipes/general/recipe-bluefin-main-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-bluefin-main.yml b/recipes/general/recipe-bluefin-main.yml index 9fe8053..d215b02 100644 --- a/recipes/general/recipe-bluefin-main.yml +++ b/recipes/general/recipe-bluefin-main.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-bluefin-nvidia-userns.yml b/recipes/general/recipe-bluefin-nvidia-userns.yml index af5385d..8fd5349 100644 --- a/recipes/general/recipe-bluefin-nvidia-userns.yml +++ b/recipes/general/recipe-bluefin-nvidia-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-bluefin-nvidia.yml b/recipes/general/recipe-bluefin-nvidia.yml index 6867dcf..d2bfca0 100644 --- a/recipes/general/recipe-bluefin-nvidia.yml +++ b/recipes/general/recipe-bluefin-nvidia.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-cinnamon-main-userns.yml b/recipes/general/recipe-cinnamon-main-userns.yml index 4a044ec..cbcaffc 100644 --- a/recipes/general/recipe-cinnamon-main-userns.yml +++ b/recipes/general/recipe-cinnamon-main-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-cinnamon-main.yml b/recipes/general/recipe-cinnamon-main.yml index 2f5f378..8f87637 100644 --- a/recipes/general/recipe-cinnamon-main.yml +++ b/recipes/general/recipe-cinnamon-main.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-cinnamon-nvidia-userns.yml b/recipes/general/recipe-cinnamon-nvidia-userns.yml index b85b32f..50bb1be 100644 --- a/recipes/general/recipe-cinnamon-nvidia-userns.yml +++ b/recipes/general/recipe-cinnamon-nvidia-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-cinnamon-nvidia.yml b/recipes/general/recipe-cinnamon-nvidia.yml index 51ea7ba..4686daa 100644 --- a/recipes/general/recipe-cinnamon-nvidia.yml +++ b/recipes/general/recipe-cinnamon-nvidia.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-cosmic-main-userns.yml b/recipes/general/recipe-cosmic-main-userns.yml index 2ca5a44..aafa58a 100644 --- a/recipes/general/recipe-cosmic-main-userns.yml +++ b/recipes/general/recipe-cosmic-main-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/cosmic-scripts.yml - from-file: common/remove-firefox.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-cosmic-main.yml b/recipes/general/recipe-cosmic-main.yml index 9d571f6..28959bd 100644 --- a/recipes/general/recipe-cosmic-main.yml +++ b/recipes/general/recipe-cosmic-main.yml @@ -18,4 +18,5 @@ modules: - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-cosmic-nvidia-userns.yml b/recipes/general/recipe-cosmic-nvidia-userns.yml index 87fe12f..858ef0c 100644 --- a/recipes/general/recipe-cosmic-nvidia-userns.yml +++ b/recipes/general/recipe-cosmic-nvidia-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/cosmic-scripts.yml - from-file: common/remove-firefox.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-cosmic-nvidia.yml b/recipes/general/recipe-cosmic-nvidia.yml index 6ef5d84..50cafcf 100644 --- a/recipes/general/recipe-cosmic-nvidia.yml +++ b/recipes/general/recipe-cosmic-nvidia.yml @@ -18,4 +18,5 @@ modules: - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti + - type: yafti + - from-file: common/common-brew.yml diff --git a/recipes/general/recipe-kinoite-main-userns.yml b/recipes/general/recipe-kinoite-main-userns.yml index d775941..4cd5172 100644 --- a/recipes/general/recipe-kinoite-main-userns.yml +++ b/recipes/general/recipe-kinoite-main-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/kinoite-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-kinoite-main.yml b/recipes/general/recipe-kinoite-main.yml index d957f4c..b2ba3ad 100644 --- a/recipes/general/recipe-kinoite-main.yml +++ b/recipes/general/recipe-kinoite-main.yml @@ -20,4 +20,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-kinoite-nvidia-userns.yml b/recipes/general/recipe-kinoite-nvidia-userns.yml index a44b2f1..76f0445 100644 --- a/recipes/general/recipe-kinoite-nvidia-userns.yml +++ b/recipes/general/recipe-kinoite-nvidia-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/kinoite-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-kinoite-nvidia.yml b/recipes/general/recipe-kinoite-nvidia.yml index 4de1821..21dcfab 100644 --- a/recipes/general/recipe-kinoite-nvidia.yml +++ b/recipes/general/recipe-kinoite-nvidia.yml @@ -20,4 +20,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-sericea-main-userns.yml b/recipes/general/recipe-sericea-main-userns.yml index 5bb285f..cc85697 100644 --- a/recipes/general/recipe-sericea-main-userns.yml +++ b/recipes/general/recipe-sericea-main-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-sericea-main.yml b/recipes/general/recipe-sericea-main.yml index cf7a01c..4a766e0 100644 --- a/recipes/general/recipe-sericea-main.yml +++ b/recipes/general/recipe-sericea-main.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-sericea-nvidia-userns.yml b/recipes/general/recipe-sericea-nvidia-userns.yml index a013969..db23a70 100644 --- a/recipes/general/recipe-sericea-nvidia-userns.yml +++ b/recipes/general/recipe-sericea-nvidia-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-sericea-nvidia.yml b/recipes/general/recipe-sericea-nvidia.yml index d369b0f..b7b176e 100644 --- a/recipes/general/recipe-sericea-nvidia.yml +++ b/recipes/general/recipe-sericea-nvidia.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-silverblue-main-userns.yml b/recipes/general/recipe-silverblue-main-userns.yml index 638f479..c19d4b6 100644 --- a/recipes/general/recipe-silverblue-main-userns.yml +++ b/recipes/general/recipe-silverblue-main-userns.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-silverblue-main.yml b/recipes/general/recipe-silverblue-main.yml index 8fa8ddd..e1666dc 100644 --- a/recipes/general/recipe-silverblue-main.yml +++ b/recipes/general/recipe-silverblue-main.yml @@ -23,4 +23,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-silverblue-nvidia-userns.yml b/recipes/general/recipe-silverblue-nvidia-userns.yml index 8bc367e..dcaeb6d 100644 --- a/recipes/general/recipe-silverblue-nvidia-userns.yml +++ b/recipes/general/recipe-silverblue-nvidia-userns.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-silverblue-nvidia.yml b/recipes/general/recipe-silverblue-nvidia.yml index cbb8f78..a86d4d9 100644 --- a/recipes/general/recipe-silverblue-nvidia.yml +++ b/recipes/general/recipe-silverblue-nvidia.yml @@ -21,4 +21,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-hyprland-main-userns.yml b/recipes/general/recipe-wayblue-hyprland-main-userns.yml index 41866fb..f6786ef 100644 --- a/recipes/general/recipe-wayblue-hyprland-main-userns.yml +++ b/recipes/general/recipe-wayblue-hyprland-main-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-hyprland-main.yml b/recipes/general/recipe-wayblue-hyprland-main.yml index 0b75252..7bc4d7c 100644 --- a/recipes/general/recipe-wayblue-hyprland-main.yml +++ b/recipes/general/recipe-wayblue-hyprland-main.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-hyprland-nvidia-userns.yml b/recipes/general/recipe-wayblue-hyprland-nvidia-userns.yml index 9b949f3..028ff50 100644 --- a/recipes/general/recipe-wayblue-hyprland-nvidia-userns.yml +++ b/recipes/general/recipe-wayblue-hyprland-nvidia-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-hyprland-nvidia.yml b/recipes/general/recipe-wayblue-hyprland-nvidia.yml index 87eff57..6ba2030 100644 --- a/recipes/general/recipe-wayblue-hyprland-nvidia.yml +++ b/recipes/general/recipe-wayblue-hyprland-nvidia.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-river-main-userns.yml b/recipes/general/recipe-wayblue-river-main-userns.yml index a44f695..ce7d134 100644 --- a/recipes/general/recipe-wayblue-river-main-userns.yml +++ b/recipes/general/recipe-wayblue-river-main-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-river-main.yml b/recipes/general/recipe-wayblue-river-main.yml index 3f7523f..b9c013d 100644 --- a/recipes/general/recipe-wayblue-river-main.yml +++ b/recipes/general/recipe-wayblue-river-main.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-river-nvidia-userns.yml b/recipes/general/recipe-wayblue-river-nvidia-userns.yml index 3aea5fa..b631069 100644 --- a/recipes/general/recipe-wayblue-river-nvidia-userns.yml +++ b/recipes/general/recipe-wayblue-river-nvidia-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-river-nvidia.yml b/recipes/general/recipe-wayblue-river-nvidia.yml index eb8304b..1340c4d 100644 --- a/recipes/general/recipe-wayblue-river-nvidia.yml +++ b/recipes/general/recipe-wayblue-river-nvidia.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-sway-main-userns.yml b/recipes/general/recipe-wayblue-sway-main-userns.yml index d1bd028..4eff789 100644 --- a/recipes/general/recipe-wayblue-sway-main-userns.yml +++ b/recipes/general/recipe-wayblue-sway-main-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-sway-main.yml b/recipes/general/recipe-wayblue-sway-main.yml index 63d7017..439590c 100644 --- a/recipes/general/recipe-wayblue-sway-main.yml +++ b/recipes/general/recipe-wayblue-sway-main.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-sway-nvidia-userns.yml b/recipes/general/recipe-wayblue-sway-nvidia-userns.yml index 9cbe5c5..802ddf1 100644 --- a/recipes/general/recipe-wayblue-sway-nvidia-userns.yml +++ b/recipes/general/recipe-wayblue-sway-nvidia-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-sway-nvidia.yml b/recipes/general/recipe-wayblue-sway-nvidia.yml index ef11920..072a5ba 100644 --- a/recipes/general/recipe-wayblue-sway-nvidia.yml +++ b/recipes/general/recipe-wayblue-sway-nvidia.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-wayfire-main-userns.yml b/recipes/general/recipe-wayblue-wayfire-main-userns.yml index 2826780..4f5cd49 100644 --- a/recipes/general/recipe-wayblue-wayfire-main-userns.yml +++ b/recipes/general/recipe-wayblue-wayfire-main-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-wayfire-main.yml b/recipes/general/recipe-wayblue-wayfire-main.yml index e1b04dc..3f3e517 100644 --- a/recipes/general/recipe-wayblue-wayfire-main.yml +++ b/recipes/general/recipe-wayblue-wayfire-main.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-wayfire-nvidia-userns.yml b/recipes/general/recipe-wayblue-wayfire-nvidia-userns.yml index 6c9fa70..3e76132 100644 --- a/recipes/general/recipe-wayblue-wayfire-nvidia-userns.yml +++ b/recipes/general/recipe-wayblue-wayfire-nvidia-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/common-files.yml - from-file: common/common-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file diff --git a/recipes/general/recipe-wayblue-wayfire-nvidia.yml b/recipes/general/recipe-wayblue-wayfire-nvidia.yml index 8353f89..b992d88 100644 --- a/recipes/general/recipe-wayblue-wayfire-nvidia.yml +++ b/recipes/general/recipe-wayblue-wayfire-nvidia.yml @@ -19,4 +19,5 @@ modules: - from-file: common/common-scripts.yml - from-file: common/disableuserns-scripts.yml - type: secureblue-signing - - type: yafti \ No newline at end of file + - type: yafti + - from-file: common/common-brew.yml \ No newline at end of file