mirror of
https://github.com/octoleo/restic.git
synced 2024-11-17 10:35:17 +00:00
8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu -o pipefail
|
|
|
|
go get -u github.com/alecthomas/gometalinter
|
|
gometalinter --install >/dev/null
|
|
go get -u github.com/golang/dep/cmd/dep
|