diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-27 22:17:28 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-27 22:17:28 +0200 |
commit | acd6ce94aec16860ee5c0b690707db4feb428f72 (patch) | |
tree | dde886f78575951fcfd9a35494061b9527084ece /scripts/install-packages-brew.sh | |
parent | 7038e12c3e4ee4284495018546a88e98df891a00 (diff) |
readme and install script shuffle
Diffstat (limited to 'scripts/install-packages-brew.sh')
-rw-r--r-- | scripts/install-packages-brew.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/install-packages-brew.sh b/scripts/install-packages-brew.sh new file mode 100644 index 0000000..f402048 --- /dev/null +++ b/scripts/install-packages-brew.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +echo "this installation script is untested, press Ctrl+C to exit, or wait 5 seconds to continue..." +sleep 5 + +# TODO: missing arm-none-eabi-newlib (manual install?) + +brew install --cask \ + make git \ + gcc-arm-embedded \ + stlink + |