From 8af44e7bfb91a111f750cbc10b5f3cc360ac083f Mon Sep 17 00:00:00 2001 From: tktk Date: Tue, 22 Oct 2019 11:26:29 +0900 Subject: [PATCH] fix script --- scripts/hyperctl-download.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/hyperctl-download.sh b/scripts/hyperctl-download.sh index 613f341..8935f90 100644 --- a/scripts/hyperctl-download.sh +++ b/scripts/hyperctl-download.sh @@ -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