sync current state

This commit is contained in:
2026-03-01 11:44:02 +01:00
commit 7b52914920
18 changed files with 1137 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.PHONY: test apply dry-run
test:
bash tests/extensions-defaults-smoke.sh
apply:
sudo bash scripts/apply-extension-defaults.sh
dry-run:
bash scripts/apply-extension-defaults.sh --dry-run