mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
fa6b5c5d09
* Probably there was a trailing non-zero exit code that's not actually fatal, from homebrew commands. The echo hides that.
9 lines
105 B
Bash
Executable File
9 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
brew update
|
|
brew install qt5
|
|
brew link qt5 --force
|
|
brew upgrade python
|
|
|
|
echo "Setup complete"
|