fix: add brew justfile due to upstream move

This commit is contained in:
qoijjj
2024-09-20 23:41:28 -07:00
committed by GitHub
parent 318cb00ce4
commit c68039132a
3 changed files with 25 additions and 9 deletions

View File

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

View File

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