Files
secureblue/files/scripts/enable-wheelless-brew-installation.patch

8 lines
294 B
Diff

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