Skip to content

Commit 4ed34d8

Browse files
committed
remove ln
1 parent b153f2e commit 4ed34d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk_container.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ export CPP=cpp-7
3434
# bazel
3535
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64
3636
chmod +x bazelisk-linux-amd64
37-
mv bazelisk-linux-amd64 /usr/local/bin/bazelisk
38-
39-
ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
37+
mv bazelisk-linux-amd64 /usr/local/bin/bazel
4038

4139
# get $HOME
4240
cd

0 commit comments

Comments
 (0)