Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
tk3fftk committed Oct 22, 2019
1 parent 067aa73 commit 8af44e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/hyperctl-download.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#!/bin/bash -e

apt-get update &
pid=$!

# Get a new hyperctl binary from source
# referece: https://github.com/hyperhq/hyperd/blob/master/README.md#build-from-source
git clone https://github.com/hyperhq/hyperd.git hyperd
cd hyperd

wait "$pid"
wail
apt-get install -y automake autotools-dev libdevmapper-dev

./autogen.sh
Expand Down

0 comments on commit 8af44e7

Please sign in to comment.