summaryrefslogtreecommitdiff
path: root/util/macos_install.sh
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-04-20 17:35:40 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit0a34257a95c29c0d7595c8eba58764ac3fd58a58 (patch)
tree40c467a7fffa6ad47c16166e7f37f61e49865568 /util/macos_install.sh
parent5621916ef7611e00f0a34011b0039b094d0a40fd (diff)
Streamline the macos install process
Diffstat (limited to 'util/macos_install.sh')
-rwxr-xr-xutil/macos_install.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index bc580165d2..810f234ab3 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -21,11 +21,10 @@ if ! brew --version 2>&1 > /dev/null; then
done
fi
-brew tap osx-cross/avr
-brew tap osx-cross/arm
+# All macOS dependencies are managed in the homebrew package:
+# https://github.com/qmk/homebrew-qmk
brew update
-brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
-brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
+brew install qmk/qmk/qmk
brew link --force avr-gcc@8
pip3 install -r "${util_dir}/../requirements.txt"