We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a98f4 commit c48d200Copy full SHA for c48d200
macos13/init.sh
@@ -8,7 +8,9 @@ sudo -i touch /var/root/utils/utils.sh
8
sudo -i /Volumes/a/init/install-xcode-clt.sh
9
10
# Install Homebrew
11
-NONINTERACTIVE=1 /Volumes/a/init/install-homebrew.sh
+if ! [ -e /usr/local/bin/brew ]; then
12
+ NONINTERACTIVE=1 /Volumes/a/init/install-homebrew.sh
13
+fi
14
15
# Install rustup and the latest Rust
16
if ! [ -e /Users/servo/.rustup ]; then
0 commit comments