Browse Source

MINOR: fix Vagrant VM setup (#5178)

Reviewers: Max Zheng <max@confluent.io>, Colin P. McCabe <colin@confluent.io>
pull/5191/merge
Matthias J. Sax 6 years ago committed by GitHub
parent
commit
2bcc6e8276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      vagrant/base.sh

1
vagrant/base.sh

@ -89,6 +89,7 @@ get_kafka() { @@ -89,6 +89,7 @@ get_kafka() {
# Install Kibosh
apt-get update -y && apt-get install -y git cmake pkg-config libfuse-dev
pushd /opt
rm -rf /opt/kibosh
git clone -q https://github.com/confluentinc/kibosh.git
pushd "/opt/kibosh"
git reset --hard $KIBOSH_VERSION

Loading…
Cancel
Save