github.com/rohankumardubey/nomad@v0.11.8/scripts/vagrant-freebsd-unpriv-bootstrap.sh (about)

     1  #!/bin/sh
     2  
     3  export GOPATH=/opt/gopath
     4  
     5  PATH=$GOPATH/bin:$PATH
     6  export PATH
     7  
     8  cd /opt/gopath/src/github.com/hashicorp/nomad && gmake bootstrap