mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew unlink python@2
|
|
brew install qt5 sdl2 p7zip ccache
|
|
pip3 install macpack
|