mirror of https://github.com/bjdgyc/anylink.git
修复 modprobe 报错
This commit is contained in:
parent
e3b303744b
commit
1b6abeb849
2
build.sh
2
build.sh
|
@ -36,7 +36,7 @@ cp -rf $cpath/web/ui .
|
||||||
#国内可替换源加快速度
|
#国内可替换源加快速度
|
||||||
export GOPROXY=https://goproxy.io
|
export GOPROXY=https://goproxy.io
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go build -v -o anylink -ldflags "-X main.CommitId=$(git rev-parse HEAD)"
|
go build -v -o anylink -ldflags "-s -w -X main.CommitId=$(git rev-parse HEAD)"
|
||||||
RETVAL $?
|
RETVAL $?
|
||||||
|
|
||||||
cd $cpath
|
cd $cpath
|
||||||
|
|
Loading…
Reference in New Issue