From b4654e960db26c85145feec485c4d0cdb05a26d4 Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Mon, 21 Mar 2016 11:41:04 +0200 Subject: [PATCH] Add zip to vm --- src/vagrant/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vagrant/setup.sh b/src/vagrant/setup.sh index 0cfa6585..128841d4 100644 --- a/src/vagrant/setup.sh +++ b/src/vagrant/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash sudo apt-get update -sudo apt-get install -y gawk util-linux realpath git qemu-user-static unzip +sudo apt-get install -y gawk util-linux realpath git qemu-user-static unzip zip cd /OctoPi/src sudo bash ./build