mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 19:38:10 +00:00
fix: various server usability fixes (#618)
This commit is contained in:
7
files/scripts/removebrewjust.sh
Normal file
7
files/scripts/removebrewjust.sh
Normal 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
|
||||||
6
files/scripts/setservermotd.sh
Normal file
6
files/scripts/setservermotd.sh
Normal 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
|
||||||
@@ -30,4 +30,6 @@ modules:
|
|||||||
scripts:
|
scripts:
|
||||||
- excludepcsc.sh
|
- excludepcsc.sh
|
||||||
- setserverdefaultzone.sh
|
- setserverdefaultzone.sh
|
||||||
|
- setservermotd.sh
|
||||||
|
- removebrewjust.sh
|
||||||
- removesuid.sh
|
- removesuid.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user