Tools/setup: macos.sh add python-tk for kconfig gui (boardguiconfig)

This commit is contained in:
Daniel Agar 2023-12-16 16:29:07 -05:00 committed by GitHub
parent dba2d76321
commit 808fd67fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ if [[ $REINSTALL_FORMULAS == "--reinstall" ]]; then
brew tap PX4/px4
brew reinstall px4-dev
brew install ncurses
brew install python-tk
else
if brew ls --versions px4-dev > /dev/null; then
echo "px4-dev already installed"
@ -42,6 +43,7 @@ else
brew tap PX4/px4
brew install px4-dev
brew install ncurses
brew install python-tk
fi
fi