fix: brew import for wayblue images

This commit is contained in:
qoijjj
2024-10-18 14:17:59 -07:00
committed by GitHub
parent 85eeaca417
commit f0d3f635b1

View File

@@ -2,8 +2,9 @@
# Tell build process to exit if there are any errors.
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