mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-04 12:28:04 +00:00
fix: brew import for wayblue images
This commit is contained in:
@@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
# Tell build process to exit if there are any errors.
|
# Tell build process to exit if there are any errors.
|
||||||
set -oue pipefail
|
set -oue pipefail
|
||||||
echo '
|
|
||||||
|
|
||||||
import "/usr/share/ublue-os/just/50-brew.just"
|
brewimport='import "/usr/share/ublue-os/just/50-brew.just"'
|
||||||
|
|
||||||
' >> /usr/share/ublue-os/justfile
|
if ! grep -qF "$brewimport" /usr/share/ublue-os/justfile; then
|
||||||
|
echo "$brewimport" >> /usr/share/ublue-os/justfile
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user