Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
b57f7cdfb9e8
Commit
8fd4c0f0
authored
Dec 14, 2020
by
alex@thinkpad
Browse files
QEMU install: updated command for installing Brew on Mac
--HG-- branch : qemu
parent
706afa46b16f
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/qemu/install.sh
View file @
b57f7cdf
...
...
@@ -238,7 +238,7 @@ if [ $(uname) == "Darwin" ]; then
# brew is "The missing package manager for macOS"
# https://brew.sh
if
!
brew
-v
&> /dev/null
;
then
ruby
-
e
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/
master
/install
)
"
/bin/bash
-
c
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/
HEAD
/install
.sh
)
"
fi
packages
=
"python2 python3 wget mercurial xz grep pkg-config glib automake libtool pixman mtools"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment