We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7998625 commit 7e2f182Copy full SHA for 7e2f182
macos13/init.sh
@@ -12,6 +12,9 @@ if ! [ -e /usr/local/bin/brew ]; then
12
NONINTERACTIVE=1 /Volumes/a/init/install-homebrew.sh
13
fi
14
15
+# Install gtar(1)
16
+brew install gnu-tar
17
+
18
# Install rustup and the latest Rust
19
if ! [ -e /Users/servo/.rustup ]; then
20
/Volumes/a/init/rustup-init.sh -y --quiet
0 commit comments