mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-24 05:20:49 -08:00
9 lines
176 B
Bash
Executable file
9 lines
176 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set -e
|
|
|
|
brew install bazelisk
|
|
sudo ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
|