mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02: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
|