Skip to content

Commit

Permalink
Merge branch 'live' into brewunused
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Nov 30, 2024
2 parents c4d9d36 + 0868319 commit 3344b7f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions files/scripts/removebrewjust.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

# Tell build process to exit if there are any errors.
set -oue pipefail

rm -f /usr/share/bluebuild/justfiles/brew.just
sed -i '/import "\/usr\/share\/bluebuild\/justfiles\/brew.just"/d' /usr/share/ublue-os/just/60-custom.just
6 changes: 6 additions & 0 deletions files/scripts/setservermotd.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

# Tell build process to exit if there are any errors.
set -oue pipefail

sed -i 's/ujust --choose/ujust/' /usr/share/ublue-os/motd/secureblue.md
2 changes: 2 additions & 0 deletions recipes/common/server-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ modules:
scripts:
- excludepcsc.sh
- setserverdefaultzone.sh
- setservermotd.sh
- removebrewjust.sh
- removesuid.sh

0 comments on commit 3344b7f

Please sign in to comment.