Skip to content

Commit

Permalink
Update sedutil path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip-Hop committed Apr 8, 2022
1 parent 8f7b023 commit 1d10632
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 @@ -18,7 +18,7 @@ OUTPUTIMG="sedunlocksrv-pba.img"
BOOTARGS="quiet libata.allow_tpm=1"
SEDUTILURL="https://raw.githubusercontent.com/Drive-Trust-Alliance/exec/master/sedutil_LINUX.tgz"
SEDUTILBINFILENAME="sedutil-cli"
SEDUTILPATHINTAR="sedutil/Release_x86_64/GNU-Linux/${SEDUTILBINFILENAME}"
SEDUTILPATHINTAR="sedutil/Release_x86_64/${SEDUTILBINFILENAME}"

# Build sedunlocksrv binary with Go
(cd ./sedunlocksrv && env GOOS=linux GOARCH=amd64 go build -trimpath && chmod +x sedunlocksrv)
Expand Down

0 comments on commit 1d10632

Please sign in to comment.