feat: stop overwriting 60-custom.just for better compatibility with upstream bluebuild and downstream user builds (#409)

* feat: create addjustconfig.sh to include custom commands at buildtime

* fix: 60-custom.just.readme.md to 61-custom.just.readme.md

* fix: Rename 60-custom.just to 61-custom.just

* feat: add just config script to enabled scripts

* fix: rename to 70-secureblue.just

* fix: Rename 61-custom.just.readme.md to 70-secureblue.just.readme.md

* fix: rename to 70-secureblue.just
This commit is contained in:
Ivo Damjanović
2024-08-29 20:53:56 +02:00
committed by GitHub
parent 8a4606de4a
commit fefc64baba
4 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail
# add our just config
echo 'import "/usr/share/ublue-os/just/70-secureblue.just"' >> /usr/share/ublue-os/justfile

View File

@@ -7,3 +7,4 @@ scripts:
- createmissingdirectories.sh
- removesuid.sh
- disablegeoclue.sh
- addjustconfig.sh