mirror of
https://github.com/restic/restic.git
synced 2025-03-30 00:00:14 +01:00
7 lines
161 B
Bash
Executable file
7 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
|