Skip to content

Commit

Permalink
修复 modprobe 报错
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdgyc committed Dec 25, 2023
1 parent e3b3037 commit 1b6abeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cp -rf $cpath/web/ui .
#国内可替换源加快速度
export GOPROXY=https://goproxy.io
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 $?

cd $cpath
Expand Down

0 comments on commit 1b6abeb

Please sign in to comment.