4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd /opt/gopath/src/github.com/hashicorp/packer && make deps
|