Skip to content

Commit

Permalink
Bootstrap equinix with forked firecracker (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 authored Nov 27, 2021
1 parent 1e4a383 commit 5d63dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ curl -sL "https://golang.org/dl/go$GO_VERSION.linux-amd64.tar.gz" | tar xz -C "$
go version

# install firecracker
wget -O /tmp/firecracker_macvtap.zip https://github.com/weaveworks/flintlock/files/7278467/firecracker_macvtap.zip && \
wget -O /tmp/firecracker_macvtap.zip https://github.com/weaveworks/flintlock/files/7609728/firecracker_macvtap_forked.zip && \
unzip -o /tmp/firecracker_macvtap.zip -d "$INSTALL_ROOT/bin" && \
firecracker --version

Expand Down

0 comments on commit 5d63dae

Please sign in to comment.