Skip to content

Commit

Permalink
🔨 Set PREFIX to /usr/local in install script
Browse files Browse the repository at this point in the history
Fixes install script when executed in sandbox
==> script/install /opt/homebrew/Cellar/mas/1.8.7-beta.2
script/install: line 16: brew: command not found
  • Loading branch information
phatblat committed Mar 31, 2024
1 parent b33f7ab commit d306660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ARCH=$(uname -m)
RELEASE=.build/${ARCH}-apple-macosx/release
MAS_VERSION=$(script/version)
PREFIX=$(brew --prefix)
PREFIX=/usr/local

while test -n "$1"; do
if [[ "$1" == '--universal' ]]; then
Expand Down

0 comments on commit d306660

Please sign in to comment.