Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified macOS installation to only use native tools #46

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
wknapik committed Jan 13, 2025

Verified

This commit was signed with the committer’s verified signature.
mmouchous-ledger Michael Mouchous
commit d60b318bce9a52cc91863a94d8037ca0fa51ca57
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ main() {
fi

elif [ "$os" = Darwin ]; then
trap "$sudo hdiutil detach -force -quiet /Volumes/Brave\ Browser" EXIT
trap '$sudo hdiutil detach -force -quiet /Volumes/Brave\ Browser' EXIT
show $sudo hdiutil attach -quiet https://laptop-updates.brave.com/latest/osx
show $sudo rsync -a --del /Volumes/Brave\ Browser/Brave\ Browser.app /Applications/
mihaiplesa marked this conversation as resolved.
Show resolved Hide resolved
show $sudo hdiutil detach -force -quiet /Volumes/Brave\ Browser || true