Skip to content

Commit

Permalink
remove ln
Browse files Browse the repository at this point in the history
  • Loading branch information
clarechu committed Jul 23, 2021
1 parent b153f2e commit 4ed34d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export CPP=cpp-7
# bazel
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64
chmod +x bazelisk-linux-amd64
mv bazelisk-linux-amd64 /usr/local/bin/bazelisk

ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
mv bazelisk-linux-amd64 /usr/local/bin/bazel

# get $HOME
cd
Expand Down

0 comments on commit 4ed34d8

Please sign in to comment.