Skip to content

Commit 7e2f182

Browse files
committed
macos13: brew install gnu-tar (#3)
1 parent 7998625 commit 7e2f182

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

macos13/init.sh

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ if ! [ -e /usr/local/bin/brew ]; then
1212
NONINTERACTIVE=1 /Volumes/a/init/install-homebrew.sh
1313
fi
1414

15+
# Install gtar(1)
16+
brew install gnu-tar
17+
1518
# Install rustup and the latest Rust
1619
if ! [ -e /Users/servo/.rustup ]; then
1720
/Volumes/a/init/rustup-init.sh -y --quiet

0 commit comments

Comments
 (0)