mirror of
https://github.com/commaai/rednose.git
synced 2026-06-14 00:44:17 +08:00
7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
brew bundle --file=- <<-EOS
|
|
brew "eigen"
|
|
cask "gcc-arm-embedded"
|
|
brew "gcc@13"
|
|
EOS
|