You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
324 B
Bash
8 lines
324 B
Bash
|
5 months ago
|
#!/bin/bash
|
||
|
|
|
||
|
|
mkdir $HOME/goftpdir
|
||
|
|
chmod 777 $HOME/goftpdir
|
||
|
|
go get github.com/astaxie/beego || echo github.com/astaxie/beego
|
||
|
|
go get github.com/satori/go.uuid || echo github.com/satori/go.uuid
|
||
|
|
go get github.com/beego/bee || echo github.com/beego/bee
|
||
|
|
go get github.com/go-sql-driver/mysql || echo github.com/go-sql-driver/mysql
|