Skip to content

Commit 9ece879

Browse files
author
Yongli Chen
authored
Update install-cni-plugin.sh (#418)
1 parent ca99852 commit 9ece879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-cni-plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ printf "done.\n"
5353

5454
# Install loopback plugin.
5555
printf "Installing loopback CNI plugin version $CNI_VERSION to $CNI_BIN_DIR..."
56-
/usr/bin/curl -sSL https://github.com/containernetworking/cni/releases/download/$CNI_VERSION/cni-amd64-$CNI_VERSION.tgz > $CNI_BIN_DIR/cni.tgz
56+
/usr/bin/curl -sSL https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION/cni-plugins-linux-amd64-$CNI_VERSION.tgz > $CNI_BIN_DIR/cni.tgz
5757
tar -xzf $CNI_BIN_DIR/cni.tgz -C $CNI_BIN_DIR ./loopback
5858
printf "done.\n"
5959

0 commit comments

Comments
 (0)