mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 11:28:06 +00:00
8 lines
294 B
Diff
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
|