mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 03:18:00 +00:00
fix: add brew justfile due to upstream move
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
20,25d19
|
||||
< # if /etc/profile.d/brew.sh already exists, replace it with /usr/etc/profile.d/brew.sh
|
||||
< if [ -f /etc/profile.d/brew.sh ]; then
|
||||
< if [ -f /usr/etc/profile.d/brew.sh ]; then
|
||||
< sudo cp /usr/etc/profile.d/brew.sh /etc/profile.d/brew.sh
|
||||
< fi
|
||||
< fi
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
patch /usr/share/ublue-os/just/05-brew.just < enable-wheelless-brew-installation.patch
|
||||
\
|
||||
patch /usr/share/ublue-os/just/15-luks.just < use-pkexec-in-luks-just.patch
|
||||
patch /usr/share/ublue-os/just/40-nvidia.just < remove-unusable-just-command.patch
|
||||
|
||||
Reference in New Issue
Block a user