Skip to content

Commit

Permalink
Support maestro-shell v1.0.0
Browse files Browse the repository at this point in the history
Update build script to match build instructions for maestro-shell v1.0.0
  • Loading branch information
mray190 committed Mar 11, 2020
1 parent 3c0c9e5 commit 3d9f1f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vagrant/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ DEBUG=1 DEBUG2=1 ./build.sh

# Import GO project maestro-shell
go get github.com/armPelionEdge/maestro-shell || true
cd $MAESTRO_SRC/../maestro-shell
./build-deps.sh
go build
go install github.com/armPelionEdge/maestro-shell

# Generate identity certificates to use to connect to Pelion
Expand Down

0 comments on commit 3d9f1f9

Please sign in to comment.