Skip to content

Commit

Permalink
added etcdctl as link
Browse files Browse the repository at this point in the history
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
  • Loading branch information
arindamnayak committed Oct 24, 2019
1 parent ba3d1c2 commit ee6a939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ function install_etcd() {
fi
rm "$file"
ln -snf "$dist/etcd-${version}-${platform}-amd64/etcd" "$VTROOT/bin/etcd"
ln -snf "$dist/etcd-${version}-${platform}-amd64/etcdctl" "$VTROOT/bin/etcdctl"
}
install_dep "etcd" "v3.3.10" "$VTROOT/dist/etcd" install_etcd

Expand Down

0 comments on commit ee6a939

Please sign in to comment.