mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 19:38:10 +00:00
feat: patch brew installation just command to not require wheel
This commit is contained in:
7
files/scripts/enable-wheelless-brew-installation.patch
Normal file
7
files/scripts/enable-wheelless-brew-installation.patch
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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
|
||||||
7
files/scripts/enablewheellessbrewjust.sh
Normal file
7
files/scripts/enablewheellessbrewjust.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
@@ -8,3 +8,4 @@ scripts:
|
|||||||
- createmissingdirectories.sh
|
- createmissingdirectories.sh
|
||||||
- removesuid.sh
|
- removesuid.sh
|
||||||
- disablegeoclue.sh
|
- disablegeoclue.sh
|
||||||
|
- enablewheellessbrewjust.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user