We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7fe86 commit 1c00133Copy full SHA for 1c00133
osx/install_dependencies.command
@@ -8,6 +8,7 @@ command -v brew >/dev/null 2>&1 || { echo "=== Installing brew ==="; /usr/bin/ru
8
9
echo "=== Updating brew and everything installed via brew ==="
10
brew update
11
+brew upgrade
12
13
# Install scons, which is needed for the Godot build system
14
echo "=== Installing scons via brew ==="
0 commit comments