Meta: Add Homebrew paths for macOS on M1 to the PATH env variable
This commit is contained in:
parent
12bfc7b3fc
commit
cc0914ae58
Notes:
sideshowbarker
2024-07-18 08:24:41 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/cc0914ae58e Pull-request: https://github.com/SerenityOS/serenity/pull/8975
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ fi
|
|||
if [ "$(uname -s)" = "Darwin" ]; then
|
||||
export PATH="/usr/local/opt/e2fsprogs/bin:$PATH"
|
||||
export PATH="/usr/local/opt/e2fsprogs/sbin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/e2fsprogs/bin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/e2fsprogs/sbin:$PATH"
|
||||
fi
|
||||
|
||||
SCRIPT_DIR="$(dirname "${0}")"
|
||||
|
|
Loading…
Add table
Reference in a new issue