setup.sh: no homebrew autoupdate

This commit is contained in:
Adeeb Shihadeh
2025-05-25 09:40:00 -07:00
parent d75699e6ab
commit b9ea95be47

View File

@@ -8,6 +8,7 @@ PLATFORM=$(uname -s)
echo "installing dependencies"
if [[ $PLATFORM == "Darwin" ]]; then
export HOMEBREW_NO_AUTO_UPDATE=1
brew install --cask gcc-arm-embedded
brew install python3 gcc@13
elif [[ $PLATFORM == "Linux" ]]; then