forked from abduld/WebGPU
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall.sh
More file actions
21 lines (18 loc) · 653 Bytes
/
install.sh
File metadata and controls
21 lines (18 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
go get code.google.com/p/goauth2/oauth
go get code.google.com/p/go.crypto/bcrypt
go get github.com/robfig/revel/revel
go get bitbucket.org/bertimus9/systemstat
go get github.com/abduld/nvml-go
go get github.com/abduld/go-mailgun
go get github.com/nranchev/go-libGeoIP
go get github.com/nu7hatch/gouuid
go get github.com/russross/blackfriday
go get github.com/google/go-github/github
go get github.com/abduld/influxdbc
go get github.com/abduld/nvml-go
go get github.com/garyburd/redigo/redis
go get code.google.com/p/go.tools/cmd/goimports
go get github.com/abduld/oauth
go get github.com/abduld/gorm
go get github.com/go-sql-driver/mysql