aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-04-20 17:35:40 -0700
committerZach White <skullydazed@users.noreply.github.com>2020-05-18 22:46:33 -0700
commitfcf150bd820195a169a5de2699cfa1f2d4d3d5a3 (patch)
tree10cc66f53d37fdd939a4e2e01cba76eeb2a68c0a /util
parentee2eb01653a8ba886e75971e710dcc52199935a3 (diff)
downloadfirmware-fcf150bd820195a169a5de2699cfa1f2d4d3d5a3.tar.gz
firmware-fcf150bd820195a169a5de2699cfa1f2d4d3d5a3.tar.bz2
firmware-fcf150bd820195a169a5de2699cfa1f2d4d3d5a3.zip
Streamline the macos install process
Diffstat (limited to 'util')
-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 a4037cce9..9c19aeac2 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -21,11 +21,10 @@ if ! brew --version >/dev/null 2>&1; 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@8 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
brew link --force arm-gcc-bin@8