fix: env build
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# c proxy build environment
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install make gcc g++ cmake -y
|
sudo apt install make gcc g++ cmake -y
|
||||||
sudo apt install libgnutls28-dev
|
sudo apt install libgnutls28-dev
|
||||||
@@ -27,7 +28,6 @@ go get github.com/go-sql-driver/mysql
|
|||||||
go get github.com/go-redis/redis/v8
|
go get github.com/go-redis/redis/v8
|
||||||
go get github.com/antonfisher/nested-logrus-formatter
|
go get github.com/antonfisher/nested-logrus-formatter
|
||||||
go get github.com/gin-gonic/gin
|
go get github.com/gin-gonic/gin
|
||||||
go get proxy/config
|
|
||||||
go get github.com/reiver/go-oi
|
go get github.com/reiver/go-oi
|
||||||
go get github.com/reiver/go-telnet
|
go get github.com/reiver/go-telnet
|
||||||
go get github.com/reiver/go-telnet/telsh
|
go get github.com/reiver/go-telnet/telsh
|
||||||
|
|||||||
Reference in New Issue
Block a user