fix: env build

This commit is contained in:
zhangsz
2025-03-26 09:54:00 +08:00
parent 8a5c8aafa8
commit 8d0481aa5e

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# c proxy build environment
sudo apt update
sudo apt install make gcc g++ cmake -y
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/antonfisher/nested-logrus-formatter
go get github.com/gin-gonic/gin
go get proxy/config
go get github.com/reiver/go-oi
go get github.com/reiver/go-telnet
go get github.com/reiver/go-telnet/telsh