fix: various server usability fixes (#618)

This commit is contained in:
RoyalOughtness
2024-11-30 00:26:37 -08:00
committed by GitHub
parent 8e4bffea83
commit 08683193ae
3 changed files with 15 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -30,4 +30,6 @@ modules:
scripts: scripts:
- excludepcsc.sh - excludepcsc.sh
- setserverdefaultzone.sh - setserverdefaultzone.sh
- setservermotd.sh
- removebrewjust.sh
- removesuid.sh - removesuid.sh